Shades of Light Sky Blue #90C2FF
Tints of Light Sky Blue #90C2FF
RGB
CMYK
RGB Variations
Color information
#90C2FF (or 0x90C2FF) is known color: Light Sky Blue. HEX triplet: 90, C2 and FF. RGB value is (144,194,255). Sum of RGB (Red+Green+Blue) = 144+194+255=593 (78% of max value = 765). Red value is 144 (56.64% from 255 or 24.28% from 593); Green value is 194 (76.17% from 255 or 32.72% from 593); Blue value is 255 (100% from 255 or 43.00% from 593); Max value from RGB is 255 - color contains mainly: blue. Hex color #90C2FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90C2FF is #6F3D00. Grayscale: #B9B9B9. Windows color (decimal): -7290113 or 16761488. OLE color: 16761488.
HSL color Cylindrical-coordinate representation of color #90C2FF: hue angle of 212.97º 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 #90C2FF is Cyan = 0.44, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 144 | 194 | 255 | - |
| CMYK | 0.44 | 0.24 | 0 | 0 |
| HSL | 212.97º | 1% | 0.78% | - |
| HSV(B) | 212.97º | 0.44% | 1% | - |
| XYZ | 48.84 | 51.73 | 102.02 | - |
| YUV | 186 | 166.94 | 98.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 194 | 255 | 0.44 | 0.24 | 0 | 0 | 212.97 | 1 | 0.78 |
| Hex | 90 | C2 | FF | 2C | 18 | 0 | 0 | D5 | 64 | 4E |
| Octal | 220 | 302 | 377 | 54 | 30 | 0 | 0 | 325 | 144 | 116 |
| Binary | 10010000 | 11000010 | 11111111 | 101100 | 11000 | 0 | 0 | 11010101 | 1100100 | 1001110 |
Color Harmonies of #90C2FF
Complementary color
Monochromatic Colors of #90C2FF
Black with #90C2FF
Text Example
Text Example
White with #90C2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C2FF; }
p { color: rgb(144,194,255); }
H1.HeaderClassName
{
color: #90C2FF;
}
.AnyTagClassName
{
color: #90C2FF;
}
</style>
background-color css
<style>
a { background-color: #90C2FF; }
a { background-color: rgb(144,194,255); }
div.DivClassName
{
background-color: #90C2FF;
}
.BgClassName
{
background-color: #90C2FF;
}
</style>
border-color css
<style>
span { border-color: #90C2FF; }
span { border-color: rgb(144,194,255); }
td.TdClassName
{
border-color: #90C2FF;
}
.TagClassName
{
border-color: #90C2FF;
}
</style>