Shades of Sky Blue #78CCF0
Tints of Sky Blue #78CCF0
RGB
CMYK
RGB Variations
Color information
#78CCF0 (or 0x78CCF0) is known color: Sky Blue. HEX triplet: 78, CC and F0. RGB value is (120,204,240). Sum of RGB (Red+Green+Blue) = 120+204+240=564 (74% of max value = 765). Red value is 120 (47.27% from 255 or 21.28% from 564); Green value is 204 (80.08% from 255 or 36.17% from 564); Blue value is 240 (94.14% from 255 or 42.55% from 564); Max value from RGB is 240 - color contains mainly: blue. Hex color #78CCF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78CCF0 is #87330F. Grayscale: #B6B6B6. Windows color (decimal): -8860432 or 15780984. OLE color: 15780984.
HSL color Cylindrical-coordinate representation of color #78CCF0: hue angle of 198º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #78CCF0 is Cyan = 0.5, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 120 | 204 | 240 | - |
| CMYK | 0.5 | 0.15 | 0 | 0.06 |
| HSL | 198º | 0.8% | 0.71% | - |
| HSV(B) | 198º | 0.5% | 0.94% | - |
| XYZ | 45.07 | 53.47 | 90.38 | - |
| YUV | 182.99 | 160.17 | 83.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 204 | 240 | 0.5 | 0.15 | 0 | 0.06 | 198 | 0.8 | 0.71 |
| Hex | 78 | CC | F0 | 32 | F | 0 | 6 | C6 | 50 | 47 |
| Octal | 170 | 314 | 360 | 62 | 17 | 0 | 6 | 306 | 120 | 107 |
| Binary | 1111000 | 11001100 | 11110000 | 110010 | 1111 | 0 | 110 | 11000110 | 1010000 | 1000111 |
Color Harmonies of #78CCF0
Complementary color
Monochromatic Colors of #78CCF0
Black with #78CCF0
Text Example
Text Example
White with #78CCF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78CCF0; }
p { color: rgb(120,204,240); }
H1.HeaderClassName
{
color: #78CCF0;
}
.AnyTagClassName
{
color: #78CCF0;
}
</style>
background-color css
<style>
a { background-color: #78CCF0; }
a { background-color: rgb(120,204,240); }
div.DivClassName
{
background-color: #78CCF0;
}
.BgClassName
{
background-color: #78CCF0;
}
</style>
border-color css
<style>
span { border-color: #78CCF0; }
span { border-color: rgb(120,204,240); }
td.TdClassName
{
border-color: #78CCF0;
}
.TagClassName
{
border-color: #78CCF0;
}
</style>