Shades of Light Sky Blue #90C9FC
Tints of Light Sky Blue #90C9FC
RGB
CMYK
RGB Variations
Color information
#90C9FC (or 0x90C9FC) is known color: Light Sky Blue. HEX triplet: 90, C9 and FC. RGB value is (144,201,252). Sum of RGB (Red+Green+Blue) = 144+201+252=597 (79% of max value = 765). Red value is 144 (56.64% from 255 or 24.12% from 597); Green value is 201 (78.91% from 255 or 33.67% from 597); Blue value is 252 (98.83% from 255 or 42.21% from 597); Max value from RGB is 252 - color contains mainly: blue. Hex color #90C9FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90C9FC is #6F3603. Grayscale: #BDBDBD. Windows color (decimal): -7288324 or 16566672. OLE color: 16566672.
HSL color Cylindrical-coordinate representation of color #90C9FC: hue angle of 208.33º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #90C9FC is Cyan = 0.43, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 144 | 201 | 252 | - |
| CMYK | 0.43 | 0.20 | 0 | 0.01 |
| HSL | 208.33º | 0.95% | 0.78% | - |
| HSV(B) | 208.33º | 0.43% | 0.99% | - |
| XYZ | 49.96 | 54.73 | 100.03 | - |
| YUV | 189.77 | 163.12 | 95.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 201 | 252 | 0.43 | 0.20 | 0 | 0.01 | 208.33 | 0.95 | 0.78 |
| Hex | 90 | C9 | FC | 2B | 14 | 0 | 1 | D0 | 5F | 4E |
| Octal | 220 | 311 | 374 | 53 | 24 | 0 | 1 | 320 | 137 | 116 |
| Binary | 10010000 | 11001001 | 11111100 | 101011 | 10100 | 0 | 1 | 11010000 | 1011111 | 1001110 |
Color Harmonies of #90C9FC
Complementary color
Monochromatic Colors of #90C9FC
Black with #90C9FC
Text Example
Text Example
White with #90C9FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C9FC; }
p { color: rgb(144,201,252); }
H1.HeaderClassName
{
color: #90C9FC;
}
.AnyTagClassName
{
color: #90C9FC;
}
</style>
background-color css
<style>
a { background-color: #90C9FC; }
a { background-color: rgb(144,201,252); }
div.DivClassName
{
background-color: #90C9FC;
}
.BgClassName
{
background-color: #90C9FC;
}
</style>
border-color css
<style>
span { border-color: #90C9FC; }
span { border-color: rgb(144,201,252); }
td.TdClassName
{
border-color: #90C9FC;
}
.TagClassName
{
border-color: #90C9FC;
}
</style>