Shades of Light Sky Blue #74DBFF
Tints of Light Sky Blue #74DBFF
RGB
CMYK
RGB Variations
Color information
#74DBFF (or 0x74DBFF) is known color: Light Sky Blue. HEX triplet: 74, DB and FF. RGB value is (116,219,255). Sum of RGB (Red+Green+Blue) = 116+219+255=590 (78% of max value = 765). Red value is 116 (45.70% from 255 or 19.66% from 590); Green value is 219 (85.94% from 255 or 37.12% from 590); Blue value is 255 (100% from 255 or 43.22% from 590); Max value from RGB is 255 - color contains mainly: blue. Hex color #74DBFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74DBFF is #8B2400. Grayscale: #C0C0C0. Windows color (decimal): -9118721 or 16767860. OLE color: 16767860.
HSL color Cylindrical-coordinate representation of color #74DBFF: hue angle of 195.54º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #74DBFF is Cyan = 0.55, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 116 | 219 | 255 | - |
| CMYK | 0.55 | 0.14 | 0 | 0 |
| HSL | 195.54º | 1% | 0.73% | - |
| HSV(B) | 195.54º | 0.55% | 1% | - |
| XYZ | 50.58 | 61.6 | 103.83 | - |
| YUV | 192.31 | 163.38 | 73.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 219 | 255 | 0.55 | 0.14 | 0 | 0 | 195.54 | 1 | 0.73 |
| Hex | 74 | DB | FF | 37 | E | 0 | 0 | C4 | 64 | 49 |
| Octal | 164 | 333 | 377 | 67 | 16 | 0 | 0 | 304 | 144 | 111 |
| Binary | 1110100 | 11011011 | 11111111 | 110111 | 1110 | 0 | 0 | 11000100 | 1100100 | 1001001 |
Color Harmonies of #74DBFF
Complementary color
Monochromatic Colors of #74DBFF
Black with #74DBFF
Text Example
Text Example
White with #74DBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DBFF; }
p { color: rgb(116,219,255); }
H1.HeaderClassName
{
color: #74DBFF;
}
.AnyTagClassName
{
color: #74DBFF;
}
</style>
background-color css
<style>
a { background-color: #74DBFF; }
a { background-color: rgb(116,219,255); }
div.DivClassName
{
background-color: #74DBFF;
}
.BgClassName
{
background-color: #74DBFF;
}
</style>
border-color css
<style>
span { border-color: #74DBFF; }
span { border-color: rgb(116,219,255); }
td.TdClassName
{
border-color: #74DBFF;
}
.TagClassName
{
border-color: #74DBFF;
}
</style>