Shades of Sky Blue #78CEF0
Tints of Sky Blue #78CEF0
RGB
CMYK
RGB Variations
Color information
#78CEF0 (or 0x78CEF0) is known color: Sky Blue. HEX triplet: 78, CE and F0. RGB value is (120,206,240). Sum of RGB (Red+Green+Blue) = 120+206+240=566 (74% of max value = 765). Red value is 120 (47.27% from 255 or 21.20% from 566); Green value is 206 (80.86% from 255 or 36.40% from 566); Blue value is 240 (94.14% from 255 or 42.40% from 566); Max value from RGB is 240 - color contains mainly: blue. Hex color #78CEF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78CEF0 is #87310F. Grayscale: #B7B7B7. Windows color (decimal): -8859920 or 15781496. OLE color: 15781496.
HSL color Cylindrical-coordinate representation of color #78CEF0: hue angle of 197º 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 #78CEF0 is Cyan = 0.5, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 120 | 206 | 240 | - |
| CMYK | 0.5 | 0.14 | 0 | 0.06 |
| HSL | 197º | 0.8% | 0.71% | - |
| HSV(B) | 197º | 0.5% | 0.94% | - |
| XYZ | 45.55 | 54.43 | 90.54 | - |
| YUV | 184.16 | 159.51 | 82.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 206 | 240 | 0.5 | 0.14 | 0 | 0.06 | 197 | 0.8 | 0.71 |
| Hex | 78 | CE | F0 | 32 | E | 0 | 6 | C5 | 50 | 47 |
| Octal | 170 | 316 | 360 | 62 | 16 | 0 | 6 | 305 | 120 | 107 |
| Binary | 1111000 | 11001110 | 11110000 | 110010 | 1110 | 0 | 110 | 11000101 | 1010000 | 1000111 |
Color Harmonies of #78CEF0
Complementary color
Monochromatic Colors of #78CEF0
Black with #78CEF0
Text Example
Text Example
White with #78CEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78CEF0; }
p { color: rgb(120,206,240); }
H1.HeaderClassName
{
color: #78CEF0;
}
.AnyTagClassName
{
color: #78CEF0;
}
</style>
background-color css
<style>
a { background-color: #78CEF0; }
a { background-color: rgb(120,206,240); }
div.DivClassName
{
background-color: #78CEF0;
}
.BgClassName
{
background-color: #78CEF0;
}
</style>
border-color css
<style>
span { border-color: #78CEF0; }
span { border-color: rgb(120,206,240); }
td.TdClassName
{
border-color: #78CEF0;
}
.TagClassName
{
border-color: #78CEF0;
}
</style>