Shades of Sky Blue #78D2EE
Tints of Sky Blue #78D2EE
RGB
CMYK
RGB Variations
Color information
#78D2EE (or 0x78D2EE) is known color: Sky Blue. HEX triplet: 78, D2 and EE. RGB value is (120,210,238). Sum of RGB (Red+Green+Blue) = 120+210+238=568 (75% of max value = 765). Red value is 120 (47.27% from 255 or 21.13% from 568); Green value is 210 (82.42% from 255 or 36.97% from 568); Blue value is 238 (93.36% from 255 or 41.90% from 568); Max value from RGB is 238 - color contains mainly: blue. Hex color #78D2EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78D2EE is #872D11. Grayscale: #BABABA. Windows color (decimal): -8858898 or 15651448. OLE color: 15651448.
HSL color Cylindrical-coordinate representation of color #78D2EE: hue angle of 194.24º 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 #78D2EE is Cyan = 0.50, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 120 | 210 | 238 | - |
| CMYK | 0.50 | 0.12 | 0 | 0.07 |
| HSL | 194.24º | 0.78% | 0.7% | - |
| HSV(B) | 194.24º | 0.5% | 0.93% | - |
| XYZ | 46.22 | 56.26 | 89.31 | - |
| YUV | 186.28 | 157.18 | 80.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 210 | 238 | 0.50 | 0.12 | 0 | 0.07 | 194.24 | 0.78 | 0.7 |
| Hex | 78 | D2 | EE | 32 | C | 0 | 7 | C2 | 4E | 46 |
| Octal | 170 | 322 | 356 | 62 | 14 | 0 | 7 | 302 | 116 | 106 |
| Binary | 1111000 | 11010010 | 11101110 | 110010 | 1100 | 0 | 111 | 11000010 | 1001110 | 1000110 |
Color Harmonies of #78D2EE
Complementary color
Monochromatic Colors of #78D2EE
Black with #78D2EE
Text Example
Text Example
White with #78D2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78D2EE; }
p { color: rgb(120,210,238); }
H1.HeaderClassName
{
color: #78D2EE;
}
.AnyTagClassName
{
color: #78D2EE;
}
</style>
background-color css
<style>
a { background-color: #78D2EE; }
a { background-color: rgb(120,210,238); }
div.DivClassName
{
background-color: #78D2EE;
}
.BgClassName
{
background-color: #78D2EE;
}
</style>
border-color css
<style>
span { border-color: #78D2EE; }
span { border-color: rgb(120,210,238); }
td.TdClassName
{
border-color: #78D2EE;
}
.TagClassName
{
border-color: #78D2EE;
}
</style>