Shades of Light Sky Blue #90CCFF
Tints of Light Sky Blue #90CCFF
RGB
CMYK
RGB Variations
Color information
#90CCFF (or 0x90CCFF) is known color: Light Sky Blue. HEX triplet: 90, CC and FF. RGB value is (144,204,255). Sum of RGB (Red+Green+Blue) = 144+204+255=603 (79% of max value = 765). Red value is 144 (56.64% from 255 or 23.88% from 603); Green value is 204 (80.08% from 255 or 33.83% from 603); Blue value is 255 (100% from 255 or 42.29% from 603); Max value from RGB is 255 - color contains mainly: blue. Hex color #90CCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90CCFF is #6F3300. Grayscale: #BFBFBF. Windows color (decimal): -7287553 or 16764048. OLE color: 16764048.
HSL color Cylindrical-coordinate representation of color #90CCFF: hue angle of 207.57º 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 #90CCFF is Cyan = 0.44, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 144 | 204 | 255 | - |
| CMYK | 0.44 | 0.2 | 0 | 0 |
| HSL | 207.57º | 1% | 0.78% | - |
| HSV(B) | 207.57º | 0.44% | 1% | - |
| XYZ | 51.14 | 56.34 | 102.79 | - |
| YUV | 191.87 | 163.62 | 93.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 204 | 255 | 0.44 | 0.2 | 0 | 0 | 207.57 | 1 | 0.78 |
| Hex | 90 | CC | FF | 2C | 14 | 0 | 0 | D0 | 64 | 4E |
| Octal | 220 | 314 | 377 | 54 | 24 | 0 | 0 | 320 | 144 | 116 |
| Binary | 10010000 | 11001100 | 11111111 | 101100 | 10100 | 0 | 0 | 11010000 | 1100100 | 1001110 |
Color Harmonies of #90CCFF
Complementary color
Monochromatic Colors of #90CCFF
Black with #90CCFF
Text Example
Text Example
White with #90CCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CCFF; }
p { color: rgb(144,204,255); }
H1.HeaderClassName
{
color: #90CCFF;
}
.AnyTagClassName
{
color: #90CCFF;
}
</style>
background-color css
<style>
a { background-color: #90CCFF; }
a { background-color: rgb(144,204,255); }
div.DivClassName
{
background-color: #90CCFF;
}
.BgClassName
{
background-color: #90CCFF;
}
</style>
border-color css
<style>
span { border-color: #90CCFF; }
span { border-color: rgb(144,204,255); }
td.TdClassName
{
border-color: #90CCFF;
}
.TagClassName
{
border-color: #90CCFF;
}
</style>