Shades of Light Sky Blue #90C6FF
Tints of Light Sky Blue #90C6FF
RGB
CMYK
RGB Variations
Color information
#90C6FF (or 0x90C6FF) is known color: Light Sky Blue. HEX triplet: 90, C6 and FF. RGB value is (144,198,255). Sum of RGB (Red+Green+Blue) = 144+198+255=597 (79% of max value = 765). Red value is 144 (56.64% from 255 or 24.12% from 597); Green value is 198 (77.73% from 255 or 33.17% from 597); Blue value is 255 (100% from 255 or 42.71% from 597); Max value from RGB is 255 - color contains mainly: blue. Hex color #90C6FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90C6FF is #6F3900. Grayscale: #BCBCBC. Windows color (decimal): -7289089 or 16762512. OLE color: 16762512.
HSL color Cylindrical-coordinate representation of color #90C6FF: hue angle of 210.81º 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 #90C6FF is Cyan = 0.44, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 144 | 198 | 255 | - |
| CMYK | 0.44 | 0.22 | 0 | 0 |
| HSL | 210.81º | 1% | 0.78% | - |
| HSV(B) | 210.81º | 0.44% | 1% | - |
| XYZ | 49.75 | 53.54 | 102.32 | - |
| YUV | 188.35 | 165.61 | 96.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 198 | 255 | 0.44 | 0.22 | 0 | 0 | 210.81 | 1 | 0.78 |
| Hex | 90 | C6 | FF | 2C | 16 | 0 | 0 | D3 | 64 | 4E |
| Octal | 220 | 306 | 377 | 54 | 26 | 0 | 0 | 323 | 144 | 116 |
| Binary | 10010000 | 11000110 | 11111111 | 101100 | 10110 | 0 | 0 | 11010011 | 1100100 | 1001110 |
Color Harmonies of #90C6FF
Complementary color
Monochromatic Colors of #90C6FF
Black with #90C6FF
Text Example
Text Example
White with #90C6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C6FF; }
p { color: rgb(144,198,255); }
H1.HeaderClassName
{
color: #90C6FF;
}
.AnyTagClassName
{
color: #90C6FF;
}
</style>
background-color css
<style>
a { background-color: #90C6FF; }
a { background-color: rgb(144,198,255); }
div.DivClassName
{
background-color: #90C6FF;
}
.BgClassName
{
background-color: #90C6FF;
}
</style>
border-color css
<style>
span { border-color: #90C6FF; }
span { border-color: rgb(144,198,255); }
td.TdClassName
{
border-color: #90C6FF;
}
.TagClassName
{
border-color: #90C6FF;
}
</style>