Shades of Light Sky Blue #90BDF4
Tints of Light Sky Blue #90BDF4
RGB
CMYK
RGB Variations
Color information
#90BDF4 (or 0x90BDF4) is known color: Light Sky Blue. HEX triplet: 90, BD and F4. RGB value is (144,189,244). Sum of RGB (Red+Green+Blue) = 144+189+244=577 (76% of max value = 765). Red value is 144 (56.64% from 255 or 24.96% from 577); Green value is 189 (74.22% from 255 or 32.76% from 577); Blue value is 244 (95.70% from 255 or 42.29% from 577); Max value from RGB is 244 - color contains mainly: blue. Hex color #90BDF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90BDF4 is #6F420B. Grayscale: #B5B5B5. Windows color (decimal): -7291404 or 16039312. OLE color: 16039312.
HSL color Cylindrical-coordinate representation of color #90BDF4: hue angle of 213º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #90BDF4 is Cyan = 0.41, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 144 | 189 | 244 | - |
| CMYK | 0.41 | 0.23 | 0 | 0.04 |
| HSL | 213º | 0.82% | 0.76% | - |
| HSV(B) | 213º | 0.41% | 0.96% | - |
| XYZ | 46.03 | 48.86 | 92.59 | - |
| YUV | 181.82 | 163.09 | 101.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 189 | 244 | 0.41 | 0.23 | 0 | 0.04 | 213 | 0.82 | 0.76 |
| Hex | 90 | BD | F4 | 29 | 17 | 0 | 4 | D5 | 52 | 4C |
| Octal | 220 | 275 | 364 | 51 | 27 | 0 | 4 | 325 | 122 | 114 |
| Binary | 10010000 | 10111101 | 11110100 | 101001 | 10111 | 0 | 100 | 11010101 | 1010010 | 1001100 |
Color Harmonies of #90BDF4
Complementary color
Monochromatic Colors of #90BDF4
Black with #90BDF4
Text Example
Text Example
White with #90BDF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BDF4; }
p { color: rgb(144,189,244); }
H1.HeaderClassName
{
color: #90BDF4;
}
.AnyTagClassName
{
color: #90BDF4;
}
</style>
background-color css
<style>
a { background-color: #90BDF4; }
a { background-color: rgb(144,189,244); }
div.DivClassName
{
background-color: #90BDF4;
}
.BgClassName
{
background-color: #90BDF4;
}
</style>
border-color css
<style>
span { border-color: #90BDF4; }
span { border-color: rgb(144,189,244); }
td.TdClassName
{
border-color: #90BDF4;
}
.TagClassName
{
border-color: #90BDF4;
}
</style>