Shades of Light Sky Blue #78DBFC
Tints of Light Sky Blue #78DBFC
RGB
CMYK
RGB Variations
Color information
#78DBFC (or 0x78DBFC) is known color: Light Sky Blue. HEX triplet: 78, DB and FC. RGB value is (120,219,252). Sum of RGB (Red+Green+Blue) = 120+219+252=591 (78% of max value = 765). Red value is 120 (47.27% from 255 or 20.30% from 591); Green value is 219 (85.94% from 255 or 37.06% from 591); Blue value is 252 (98.83% from 255 or 42.64% from 591); Max value from RGB is 252 - color contains mainly: blue. Hex color #78DBFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78DBFC is #872403. Grayscale: #C0C0C0. Windows color (decimal): -8856580 or 16571256. OLE color: 16571256.
HSL color Cylindrical-coordinate representation of color #78DBFC: hue angle of 195º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #78DBFC is Cyan = 0.52, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 120 | 219 | 252 | - |
| CMYK | 0.52 | 0.13 | 0 | 0.01 |
| HSL | 195º | 0.96% | 0.73% | - |
| HSV(B) | 195º | 0.52% | 0.99% | - |
| XYZ | 50.65 | 61.68 | 101.33 | - |
| YUV | 193.16 | 161.2 | 75.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 219 | 252 | 0.52 | 0.13 | 0 | 0.01 | 195 | 0.96 | 0.73 |
| Hex | 78 | DB | FC | 34 | D | 0 | 1 | C3 | 60 | 49 |
| Octal | 170 | 333 | 374 | 64 | 15 | 0 | 1 | 303 | 140 | 111 |
| Binary | 1111000 | 11011011 | 11111100 | 110100 | 1101 | 0 | 1 | 11000011 | 1100000 | 1001001 |
Color Harmonies of #78DBFC
Complementary color
Monochromatic Colors of #78DBFC
Black with #78DBFC
Text Example
Text Example
White with #78DBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78DBFC; }
p { color: rgb(120,219,252); }
H1.HeaderClassName
{
color: #78DBFC;
}
.AnyTagClassName
{
color: #78DBFC;
}
</style>
background-color css
<style>
a { background-color: #78DBFC; }
a { background-color: rgb(120,219,252); }
div.DivClassName
{
background-color: #78DBFC;
}
.BgClassName
{
background-color: #78DBFC;
}
</style>
border-color css
<style>
span { border-color: #78DBFC; }
span { border-color: rgb(120,219,252); }
td.TdClassName
{
border-color: #78DBFC;
}
.TagClassName
{
border-color: #78DBFC;
}
</style>