#7ACFF0

Color #7ACFF0 Sky Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sky Blue #7ACFF0

Tints of Sky Blue #7ACFF0

Color information

#7ACFF0 (or 0x7ACFF0) is unknown color: approx Sky Blue. HEX triplet: 7A, CF and F0. RGB value is (122,207,240). Sum of RGB (Red+Green+Blue) = 122+207+240=569 (75% of max value = 765). Red value is 122 (48.05% from 255 or 21.44% from 569); Green value is 207 (81.25% from 255 or 36.38% from 569); Blue value is 240 (94.14% from 255 or 42.18% from 569); Max value from RGB is 240 - color contains mainly: blue. Hex color #7ACFF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ACFF0 is #85300F. Grayscale: #B9B9B9. Windows color (decimal): -8728592 or 15781754. OLE color: 15781754.

HSL color Cylindrical-coordinate representation of color #7ACFF0: hue angle of 196.78º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7ACFF0 is Cyan = 0.49, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB122207240-
CMYK0.490.1400.06
HSL196.78º79.73%70.98%-
HSV(B)196.78º49.17%94.12%-
XYZ46.0755.0590.64-
YUV185.35158.8482.82-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 122 (48.05% from 255) = 21.44%
GREEN value IS 207 (81.25% from 255) = 36.38%
BLUE value IS 240 (94.14% from 255) = 42.18%
R=21.44%
G=36.38%
B=42.18%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1222072400.490.1400.06196.7879.7370.98
Hex7ACFF031E06c55047
Octal172317360611606305120107
Binary11110101100111111110000110001111001101100010110100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ACFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7ACFF0; }

 p { color: rgb(122,207,240); }

 H1.HeaderClassName
 {
   color: #7ACFF0;
 }
 .AnyTagClassName
 {
   color: #7ACFF0;
 }
</style>
background-color css

<style>
 a { background-color: #7ACFF0; }

 a { background-color: rgb(122,207,240); }

 div.DivClassName
 {
   background-color: #7ACFF0;
 }
 .BgClassName
 {
   background-color: #7ACFF0;
 }
</style>
border-color css

<style>
 span { border-color: #7ACFF0; }

 span { border-color: rgb(122,207,240); }

 td.TdClassName
 {
   border-color: #7ACFF0;
 }
 .TagClassName
 {
   border-color: #7ACFF0;
 }
</style>