Shades of Light Sky Blue #90D1FE
Tints of Light Sky Blue #90D1FE
RGB
CMYK
RGB Variations
Color information
#90D1FE (or 0x90D1FE) is known color: Light Sky Blue. HEX triplet: 90, D1 and FE. RGB value is (144,209,254). Sum of RGB (Red+Green+Blue) = 144+209+254=607 (80% of max value = 765). Red value is 144 (56.64% from 255 or 23.72% from 607); Green value is 209 (82.03% from 255 or 34.43% from 607); Blue value is 254 (99.61% from 255 or 41.85% from 607); Max value from RGB is 254 - color contains mainly: blue. Hex color #90D1FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90D1FE is #6F2E01. Grayscale: #C2C2C2. Windows color (decimal): -7286274 or 16699792. OLE color: 16699792.
HSL color Cylindrical-coordinate representation of color #90D1FE: hue angle of 204.55º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #90D1FE is Cyan = 0.43, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 144 | 209 | 254 | - |
| CMYK | 0.43 | 0.18 | 0 | 0.00 |
| HSL | 204.55º | 0.98% | 0.78% | - |
| HSV(B) | 204.55º | 0.43% | 1% | - |
| XYZ | 52.19 | 58.69 | 102.34 | - |
| YUV | 194.7 | 161.47 | 91.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 209 | 254 | 0.43 | 0.18 | 0 | 0.00 | 204.55 | 0.98 | 0.78 |
| Hex | 90 | D1 | FE | 2B | 12 | 0 | 0 | CD | 62 | 4E |
| Octal | 220 | 321 | 376 | 53 | 22 | 0 | 0 | 315 | 142 | 116 |
| Binary | 10010000 | 11010001 | 11111110 | 101011 | 10010 | 0 | 0 | 11001101 | 1100010 | 1001110 |
Color Harmonies of #90D1FE
Complementary color
Monochromatic Colors of #90D1FE
Black with #90D1FE
Text Example
Text Example
White with #90D1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90D1FE; }
p { color: rgb(144,209,254); }
H1.HeaderClassName
{
color: #90D1FE;
}
.AnyTagClassName
{
color: #90D1FE;
}
</style>
background-color css
<style>
a { background-color: #90D1FE; }
a { background-color: rgb(144,209,254); }
div.DivClassName
{
background-color: #90D1FE;
}
.BgClassName
{
background-color: #90D1FE;
}
</style>
border-color css
<style>
span { border-color: #90D1FE; }
span { border-color: rgb(144,209,254); }
td.TdClassName
{
border-color: #90D1FE;
}
.TagClassName
{
border-color: #90D1FE;
}
</style>