Shades of Light Sky Blue #90D1F9
Tints of Light Sky Blue #90D1F9
RGB
CMYK
RGB Variations
Color information
#90D1F9 (or 0x90D1F9) is known color: Light Sky Blue. HEX triplet: 90, D1 and F9. RGB value is (144,209,249). Sum of RGB (Red+Green+Blue) = 144+209+249=602 (79% of max value = 765). Red value is 144 (56.64% from 255 or 23.92% from 602); Green value is 209 (82.03% from 255 or 34.72% from 602); Blue value is 249 (97.66% from 255 or 41.36% from 602); Max value from RGB is 249 - color contains mainly: blue. Hex color #90D1F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90D1F9 is #6F2E06. Grayscale: #C1C1C1. Windows color (decimal): -7286279 or 16372112. OLE color: 16372112.
HSL color Cylindrical-coordinate representation of color #90D1F9: hue angle of 202.86º degrees, saturation: 0.9, 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 #90D1F9 is Cyan = 0.42, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 144 | 209 | 249 | - |
| CMYK | 0.42 | 0.16 | 0 | 0.02 |
| HSL | 202.86º | 0.9% | 0.77% | - |
| HSV(B) | 202.86º | 0.42% | 0.98% | - |
| XYZ | 51.4 | 58.37 | 98.18 | - |
| YUV | 194.13 | 158.97 | 92.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 209 | 249 | 0.42 | 0.16 | 0 | 0.02 | 202.86 | 0.9 | 0.77 |
| Hex | 90 | D1 | F9 | 2A | 10 | 0 | 2 | CB | 5A | 4D |
| Octal | 220 | 321 | 371 | 52 | 20 | 0 | 2 | 313 | 132 | 115 |
| Binary | 10010000 | 11010001 | 11111001 | 101010 | 10000 | 0 | 10 | 11001011 | 1011010 | 1001101 |
Color Harmonies of #90D1F9
Complementary color
Monochromatic Colors of #90D1F9
Black with #90D1F9
Text Example
Text Example
White with #90D1F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90D1F9; }
p { color: rgb(144,209,249); }
H1.HeaderClassName
{
color: #90D1F9;
}
.AnyTagClassName
{
color: #90D1F9;
}
</style>
background-color css
<style>
a { background-color: #90D1F9; }
a { background-color: rgb(144,209,249); }
div.DivClassName
{
background-color: #90D1F9;
}
.BgClassName
{
background-color: #90D1F9;
}
</style>
border-color css
<style>
span { border-color: #90D1F9; }
span { border-color: rgb(144,209,249); }
td.TdClassName
{
border-color: #90D1F9;
}
.TagClassName
{
border-color: #90D1F9;
}
</style>