Shades of Light Sky Blue #90D0FF
Tints of Light Sky Blue #90D0FF
RGB
CMYK
RGB Variations
Color information
#90D0FF (or 0x90D0FF) is known color: Light Sky Blue. HEX triplet: 90, D0 and FF. RGB value is (144,208,255). Sum of RGB (Red+Green+Blue) = 144+208+255=607 (80% of max value = 765). Red value is 144 (56.64% from 255 or 23.72% from 607); Green value is 208 (81.64% from 255 or 34.27% from 607); Blue value is 255 (100% from 255 or 42.01% from 607); Max value from RGB is 255 - color contains mainly: blue. Hex color #90D0FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90D0FF is #6F2F00. Grayscale: #C1C1C1. Windows color (decimal): -7286529 or 16765072. OLE color: 16765072.
HSL color Cylindrical-coordinate representation of color #90D0FF: hue angle of 205.41º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #90D0FF is Cyan = 0.44, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 144 | 208 | 255 | - |
| CMYK | 0.44 | 0.18 | 0 | 0 |
| HSL | 205.41º | 1% | 0.78% | - |
| HSV(B) | 205.41º | 0.44% | 1% | - |
| XYZ | 52.11 | 58.26 | 103.11 | - |
| YUV | 194.22 | 162.3 | 92.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 208 | 255 | 0.44 | 0.18 | 0 | 0 | 205.41 | 1 | 0.78 |
| Hex | 90 | D0 | FF | 2C | 12 | 0 | 0 | CD | 64 | 4E |
| Octal | 220 | 320 | 377 | 54 | 22 | 0 | 0 | 315 | 144 | 116 |
| Binary | 10010000 | 11010000 | 11111111 | 101100 | 10010 | 0 | 0 | 11001101 | 1100100 | 1001110 |
Color Harmonies of #90D0FF
Complementary color
Monochromatic Colors of #90D0FF
Black with #90D0FF
Text Example
Text Example
White with #90D0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90D0FF; }
p { color: rgb(144,208,255); }
H1.HeaderClassName
{
color: #90D0FF;
}
.AnyTagClassName
{
color: #90D0FF;
}
</style>
background-color css
<style>
a { background-color: #90D0FF; }
a { background-color: rgb(144,208,255); }
div.DivClassName
{
background-color: #90D0FF;
}
.BgClassName
{
background-color: #90D0FF;
}
</style>
border-color css
<style>
span { border-color: #90D0FF; }
span { border-color: rgb(144,208,255); }
td.TdClassName
{
border-color: #90D0FF;
}
.TagClassName
{
border-color: #90D0FF;
}
</style>