Shades of Light Sky Blue #90CEF4
Tints of Light Sky Blue #90CEF4
RGB
CMYK
RGB Variations
Color information
#90CEF4 (or 0x90CEF4) is known color: Light Sky Blue. HEX triplet: 90, CE and F4. RGB value is (144,206,244). Sum of RGB (Red+Green+Blue) = 144+206+244=594 (78% of max value = 765). Red value is 144 (56.64% from 255 or 24.24% from 594); Green value is 206 (80.86% from 255 or 34.68% from 594); Blue value is 244 (95.70% from 255 or 41.08% from 594); Max value from RGB is 244 - color contains mainly: blue. Hex color #90CEF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90CEF4 is #6F310B. Grayscale: #BFBFBF. Windows color (decimal): -7287052 or 16043664. OLE color: 16043664.
HSL color Cylindrical-coordinate representation of color #90CEF4: hue angle of 202.8º 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 #90CEF4 is Cyan = 0.41, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 144 | 206 | 244 | - |
| CMYK | 0.41 | 0.16 | 0 | 0.04 |
| HSL | 202.8º | 0.82% | 0.76% | - |
| HSV(B) | 202.8º | 0.41% | 0.96% | - |
| XYZ | 49.9 | 56.6 | 93.88 | - |
| YUV | 191.79 | 157.46 | 93.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 206 | 244 | 0.41 | 0.16 | 0 | 0.04 | 202.8 | 0.82 | 0.76 |
| Hex | 90 | CE | F4 | 29 | 10 | 0 | 4 | CB | 52 | 4C |
| Octal | 220 | 316 | 364 | 51 | 20 | 0 | 4 | 313 | 122 | 114 |
| Binary | 10010000 | 11001110 | 11110100 | 101001 | 10000 | 0 | 100 | 11001011 | 1010010 | 1001100 |
Color Harmonies of #90CEF4
Complementary color
Monochromatic Colors of #90CEF4
Black with #90CEF4
Text Example
Text Example
White with #90CEF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CEF4; }
p { color: rgb(144,206,244); }
H1.HeaderClassName
{
color: #90CEF4;
}
.AnyTagClassName
{
color: #90CEF4;
}
</style>
background-color css
<style>
a { background-color: #90CEF4; }
a { background-color: rgb(144,206,244); }
div.DivClassName
{
background-color: #90CEF4;
}
.BgClassName
{
background-color: #90CEF4;
}
</style>
border-color css
<style>
span { border-color: #90CEF4; }
span { border-color: rgb(144,206,244); }
td.TdClassName
{
border-color: #90CEF4;
}
.TagClassName
{
border-color: #90CEF4;
}
</style>