Shades of Light Sky Blue #74D9FF
Tints of Light Sky Blue #74D9FF
RGB
CMYK
RGB Variations
Color information
#74D9FF (or 0x74D9FF) is known color: Light Sky Blue. HEX triplet: 74, D9 and FF. RGB value is (116,217,255). Sum of RGB (Red+Green+Blue) = 116+217+255=588 (77% of max value = 765). Red value is 116 (45.70% from 255 or 19.73% from 588); Green value is 217 (85.16% from 255 or 36.90% from 588); Blue value is 255 (100% from 255 or 43.37% from 588); Max value from RGB is 255 - color contains mainly: blue. Hex color #74D9FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74D9FF is #8B2600. Grayscale: #BEBEBE. Windows color (decimal): -9119233 or 16767348. OLE color: 16767348.
HSL color Cylindrical-coordinate representation of color #74D9FF: hue angle of 196.4º 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 #74D9FF is Cyan = 0.55, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 116 | 217 | 255 | - |
| CMYK | 0.55 | 0.15 | 0 | 0 |
| HSL | 196.4º | 1% | 0.73% | - |
| HSV(B) | 196.4º | 0.55% | 1% | - |
| XYZ | 50.07 | 60.56 | 103.66 | - |
| YUV | 191.13 | 164.04 | 74.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 217 | 255 | 0.55 | 0.15 | 0 | 0 | 196.4 | 1 | 0.73 |
| Hex | 74 | D9 | FF | 37 | F | 0 | 0 | C4 | 64 | 49 |
| Octal | 164 | 331 | 377 | 67 | 17 | 0 | 0 | 304 | 144 | 111 |
| Binary | 1110100 | 11011001 | 11111111 | 110111 | 1111 | 0 | 0 | 11000100 | 1100100 | 1001001 |
Color Harmonies of #74D9FF
Complementary color
Monochromatic Colors of #74D9FF
Black with #74D9FF
Text Example
Text Example
White with #74D9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D9FF; }
p { color: rgb(116,217,255); }
H1.HeaderClassName
{
color: #74D9FF;
}
.AnyTagClassName
{
color: #74D9FF;
}
</style>
background-color css
<style>
a { background-color: #74D9FF; }
a { background-color: rgb(116,217,255); }
div.DivClassName
{
background-color: #74D9FF;
}
.BgClassName
{
background-color: #74D9FF;
}
</style>
border-color css
<style>
span { border-color: #74D9FF; }
span { border-color: rgb(116,217,255); }
td.TdClassName
{
border-color: #74D9FF;
}
.TagClassName
{
border-color: #74D9FF;
}
</style>