Shades of Light Sky Blue #90D2FA
Tints of Light Sky Blue #90D2FA
RGB
CMYK
RGB Variations
Color information
#90D2FA (or 0x90D2FA) is known color: Light Sky Blue. HEX triplet: 90, D2 and FA. RGB value is (144,210,250). Sum of RGB (Red+Green+Blue) = 144+210+250=604 (80% of max value = 765). Red value is 144 (56.64% from 255 or 23.84% from 604); Green value is 210 (82.42% from 255 or 34.77% from 604); Blue value is 250 (98.05% from 255 or 41.39% from 604); Max value from RGB is 250 - color contains mainly: blue. Hex color #90D2FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90D2FA is #6F2D05. Grayscale: #C2C2C2. Windows color (decimal): -7286022 or 16437904. OLE color: 16437904.
HSL color Cylindrical-coordinate representation of color #90D2FA: hue angle of 202.64º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #90D2FA is Cyan = 0.42, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 144 | 210 | 250 | - |
| CMYK | 0.42 | 0.16 | 0 | 0.02 |
| HSL | 202.64º | 0.91% | 0.77% | - |
| HSV(B) | 202.64º | 0.42% | 0.98% | - |
| XYZ | 51.8 | 58.92 | 99.09 | - |
| YUV | 194.83 | 159.13 | 91.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 210 | 250 | 0.42 | 0.16 | 0 | 0.02 | 202.64 | 0.91 | 0.77 |
| Hex | 90 | D2 | FA | 2A | 10 | 0 | 2 | CB | 5B | 4D |
| Octal | 220 | 322 | 372 | 52 | 20 | 0 | 2 | 313 | 133 | 115 |
| Binary | 10010000 | 11010010 | 11111010 | 101010 | 10000 | 0 | 10 | 11001011 | 1011011 | 1001101 |
Color Harmonies of #90D2FA
Complementary color
Monochromatic Colors of #90D2FA
Black with #90D2FA
Text Example
Text Example
White with #90D2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90D2FA; }
p { color: rgb(144,210,250); }
H1.HeaderClassName
{
color: #90D2FA;
}
.AnyTagClassName
{
color: #90D2FA;
}
</style>
background-color css
<style>
a { background-color: #90D2FA; }
a { background-color: rgb(144,210,250); }
div.DivClassName
{
background-color: #90D2FA;
}
.BgClassName
{
background-color: #90D2FA;
}
</style>
border-color css
<style>
span { border-color: #90D2FA; }
span { border-color: rgb(144,210,250); }
td.TdClassName
{
border-color: #90D2FA;
}
.TagClassName
{
border-color: #90D2FA;
}
</style>