Shades of Sky Blue #78D0EE
Tints of Sky Blue #78D0EE
RGB
CMYK
RGB Variations
Color information
#78D0EE (or 0x78D0EE) is known color: Sky Blue. HEX triplet: 78, D0 and EE. RGB value is (120,208,238). Sum of RGB (Red+Green+Blue) = 120+208+238=566 (74% of max value = 765). Red value is 120 (47.27% from 255 or 21.20% from 566); Green value is 208 (81.64% from 255 or 36.75% from 566); Blue value is 238 (93.36% from 255 or 42.05% from 566); Max value from RGB is 238 - color contains mainly: blue. Hex color #78D0EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78D0EE is #872F11. Grayscale: #B8B8B8. Windows color (decimal): -8859410 or 15650936. OLE color: 15650936.
HSL color Cylindrical-coordinate representation of color #78D0EE: hue angle of 195.25º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #78D0EE is Cyan = 0.50, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 120 | 208 | 238 | - |
| CMYK | 0.50 | 0.13 | 0 | 0.07 |
| HSL | 195.25º | 0.78% | 0.7% | - |
| HSV(B) | 195.25º | 0.5% | 0.93% | - |
| XYZ | 45.73 | 55.28 | 89.15 | - |
| YUV | 185.11 | 157.85 | 81.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 208 | 238 | 0.50 | 0.13 | 0 | 0.07 | 195.25 | 0.78 | 0.7 |
| Hex | 78 | D0 | EE | 32 | D | 0 | 7 | C3 | 4E | 46 |
| Octal | 170 | 320 | 356 | 62 | 15 | 0 | 7 | 303 | 116 | 106 |
| Binary | 1111000 | 11010000 | 11101110 | 110010 | 1101 | 0 | 111 | 11000011 | 1001110 | 1000110 |
Color Harmonies of #78D0EE
Complementary color
Monochromatic Colors of #78D0EE
Black with #78D0EE
Text Example
Text Example
White with #78D0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78D0EE; }
p { color: rgb(120,208,238); }
H1.HeaderClassName
{
color: #78D0EE;
}
.AnyTagClassName
{
color: #78D0EE;
}
</style>
background-color css
<style>
a { background-color: #78D0EE; }
a { background-color: rgb(120,208,238); }
div.DivClassName
{
background-color: #78D0EE;
}
.BgClassName
{
background-color: #78D0EE;
}
</style>
border-color css
<style>
span { border-color: #78D0EE; }
span { border-color: rgb(120,208,238); }
td.TdClassName
{
border-color: #78D0EE;
}
.TagClassName
{
border-color: #78D0EE;
}
</style>