Shades of Sky Blue #78C1E6
Tints of Sky Blue #78C1E6
RGB
CMYK
RGB Variations
Color information
#78C1E6 (or 0x78C1E6) is known color: Sky Blue. HEX triplet: 78, C1 and E6. RGB value is (120,193,230). Sum of RGB (Red+Green+Blue) = 120+193+230=543 (71% of max value = 765). Red value is 120 (47.27% from 255 or 22.10% from 543); Green value is 193 (75.78% from 255 or 35.54% from 543); Blue value is 230 (90.23% from 255 or 42.36% from 543); Max value from RGB is 230 - color contains mainly: blue. Hex color #78C1E6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78C1E6 is #873E19. Grayscale: #AFAFAF. Windows color (decimal): -8863258 or 15122808. OLE color: 15122808.
HSL color Cylindrical-coordinate representation of color #78C1E6: hue angle of 200.18º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #78C1E6 is Cyan = 0.48, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 120 | 193 | 230 | - |
| CMYK | 0.48 | 0.16 | 0 | 0.10 |
| HSL | 200.18º | 0.69% | 0.69% | - |
| HSV(B) | 200.18º | 0.48% | 0.9% | - |
| XYZ | 41.1 | 47.85 | 81.93 | - |
| YUV | 175.39 | 158.82 | 88.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 193 | 230 | 0.48 | 0.16 | 0 | 0.10 | 200.18 | 0.69 | 0.69 |
| Hex | 78 | C1 | E6 | 30 | 10 | 0 | A | C8 | 45 | 45 |
| Octal | 170 | 301 | 346 | 60 | 20 | 0 | 12 | 310 | 105 | 105 |
| Binary | 1111000 | 11000001 | 11100110 | 110000 | 10000 | 0 | 1010 | 11001000 | 1000101 | 1000101 |
Color Harmonies of #78C1E6
Complementary color
Monochromatic Colors of #78C1E6
Black with #78C1E6
Text Example
Text Example
White with #78C1E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C1E6; }
p { color: rgb(120,193,230); }
H1.HeaderClassName
{
color: #78C1E6;
}
.AnyTagClassName
{
color: #78C1E6;
}
</style>
background-color css
<style>
a { background-color: #78C1E6; }
a { background-color: rgb(120,193,230); }
div.DivClassName
{
background-color: #78C1E6;
}
.BgClassName
{
background-color: #78C1E6;
}
</style>
border-color css
<style>
span { border-color: #78C1E6; }
span { border-color: rgb(120,193,230); }
td.TdClassName
{
border-color: #78C1E6;
}
.TagClassName
{
border-color: #78C1E6;
}
</style>