Shades of Light Sky Blue #90C4FF
Tints of Light Sky Blue #90C4FF
RGB
CMYK
RGB Variations
Color information
#90C4FF (or 0x90C4FF) is known color: Light Sky Blue. HEX triplet: 90, C4 and FF. RGB value is (144,196,255). Sum of RGB (Red+Green+Blue) = 144+196+255=595 (78% of max value = 765). Red value is 144 (56.64% from 255 or 24.20% from 595); Green value is 196 (76.95% from 255 or 32.94% from 595); Blue value is 255 (100% from 255 or 42.86% from 595); Max value from RGB is 255 - color contains mainly: blue. Hex color #90C4FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90C4FF is #6F3B00. Grayscale: #BABABA. Windows color (decimal): -7289601 or 16762000. OLE color: 16762000.
HSL color Cylindrical-coordinate representation of color #90C4FF: hue angle of 211.89º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #90C4FF is Cyan = 0.44, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 144 | 196 | 255 | - |
| CMYK | 0.44 | 0.23 | 0 | 0 |
| HSL | 211.89º | 1% | 0.78% | - |
| HSV(B) | 211.89º | 0.44% | 1% | - |
| XYZ | 49.29 | 52.63 | 102.17 | - |
| YUV | 187.18 | 166.27 | 97.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 196 | 255 | 0.44 | 0.23 | 0 | 0 | 211.89 | 1 | 0.78 |
| Hex | 90 | C4 | FF | 2C | 17 | 0 | 0 | D4 | 64 | 4E |
| Octal | 220 | 304 | 377 | 54 | 27 | 0 | 0 | 324 | 144 | 116 |
| Binary | 10010000 | 11000100 | 11111111 | 101100 | 10111 | 0 | 0 | 11010100 | 1100100 | 1001110 |
Color Harmonies of #90C4FF
Complementary color
Monochromatic Colors of #90C4FF
Black with #90C4FF
Text Example
Text Example
White with #90C4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C4FF; }
p { color: rgb(144,196,255); }
H1.HeaderClassName
{
color: #90C4FF;
}
.AnyTagClassName
{
color: #90C4FF;
}
</style>
background-color css
<style>
a { background-color: #90C4FF; }
a { background-color: rgb(144,196,255); }
div.DivClassName
{
background-color: #90C4FF;
}
.BgClassName
{
background-color: #90C4FF;
}
</style>
border-color css
<style>
span { border-color: #90C4FF; }
span { border-color: rgb(144,196,255); }
td.TdClassName
{
border-color: #90C4FF;
}
.TagClassName
{
border-color: #90C4FF;
}
</style>