Shades of Light Sky Blue #90C8FC
Tints of Light Sky Blue #90C8FC
RGB
CMYK
RGB Variations
Color information
#90C8FC (or 0x90C8FC) is known color: Light Sky Blue. HEX triplet: 90, C8 and FC. RGB value is (144,200,252). Sum of RGB (Red+Green+Blue) = 144+200+252=596 (78% of max value = 765). Red value is 144 (56.64% from 255 or 24.16% from 596); Green value is 200 (78.52% from 255 or 33.56% from 596); Blue value is 252 (98.83% from 255 or 42.28% from 596); Max value from RGB is 252 - color contains mainly: blue. Hex color #90C8FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90C8FC is #6F3703. Grayscale: #BCBCBC. Windows color (decimal): -7288580 or 16566416. OLE color: 16566416.
HSL color Cylindrical-coordinate representation of color #90C8FC: hue angle of 208.89º 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 #90C8FC is Cyan = 0.43, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 144 | 200 | 252 | - |
| CMYK | 0.43 | 0.21 | 0 | 0.01 |
| HSL | 208.89º | 0.95% | 0.78% | - |
| HSV(B) | 208.89º | 0.43% | 0.99% | - |
| XYZ | 49.73 | 54.27 | 99.95 | - |
| YUV | 189.18 | 163.45 | 95.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 200 | 252 | 0.43 | 0.21 | 0 | 0.01 | 208.89 | 0.95 | 0.78 |
| Hex | 90 | C8 | FC | 2B | 15 | 0 | 1 | D1 | 5F | 4E |
| Octal | 220 | 310 | 374 | 53 | 25 | 0 | 1 | 321 | 137 | 116 |
| Binary | 10010000 | 11001000 | 11111100 | 101011 | 10101 | 0 | 1 | 11010001 | 1011111 | 1001110 |
Color Harmonies of #90C8FC
Complementary color
Monochromatic Colors of #90C8FC
Black with #90C8FC
Text Example
Text Example
White with #90C8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C8FC; }
p { color: rgb(144,200,252); }
H1.HeaderClassName
{
color: #90C8FC;
}
.AnyTagClassName
{
color: #90C8FC;
}
</style>
background-color css
<style>
a { background-color: #90C8FC; }
a { background-color: rgb(144,200,252); }
div.DivClassName
{
background-color: #90C8FC;
}
.BgClassName
{
background-color: #90C8FC;
}
</style>
border-color css
<style>
span { border-color: #90C8FC; }
span { border-color: rgb(144,200,252); }
td.TdClassName
{
border-color: #90C8FC;
}
.TagClassName
{
border-color: #90C8FC;
}
</style>