Shades of Light Sky Blue #90BEFE
Tints of Light Sky Blue #90BEFE
RGB
CMYK
RGB Variations
Color information
#90BEFE (or 0x90BEFE) is known color: Light Sky Blue. HEX triplet: 90, BE and FE. RGB value is (144,190,254). Sum of RGB (Red+Green+Blue) = 144+190+254=588 (77% of max value = 765). Red value is 144 (56.64% from 255 or 24.49% from 588); Green value is 190 (74.61% from 255 or 32.31% from 588); Blue value is 254 (99.61% from 255 or 43.20% from 588); Max value from RGB is 254 - color contains mainly: blue. Hex color #90BEFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90BEFE is #6F4101. Grayscale: #B7B7B7. Windows color (decimal): -7291138 or 16694928. OLE color: 16694928.
HSL color Cylindrical-coordinate representation of color #90BEFE: hue angle of 214.91º 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 #90BEFE is Cyan = 0.43, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 144 | 190 | 254 | - |
| CMYK | 0.43 | 0.25 | 0 | 0.00 |
| HSL | 214.91º | 0.98% | 0.78% | - |
| HSV(B) | 214.91º | 0.43% | 1% | - |
| XYZ | 47.8 | 49.91 | 100.88 | - |
| YUV | 183.54 | 167.76 | 99.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 190 | 254 | 0.43 | 0.25 | 0 | 0.00 | 214.91 | 0.98 | 0.78 |
| Hex | 90 | BE | FE | 2B | 19 | 0 | 0 | D7 | 62 | 4E |
| Octal | 220 | 276 | 376 | 53 | 31 | 0 | 0 | 327 | 142 | 116 |
| Binary | 10010000 | 10111110 | 11111110 | 101011 | 11001 | 0 | 0 | 11010111 | 1100010 | 1001110 |
Color Harmonies of #90BEFE
Complementary color
Monochromatic Colors of #90BEFE
Black with #90BEFE
Text Example
Text Example
White with #90BEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BEFE; }
p { color: rgb(144,190,254); }
H1.HeaderClassName
{
color: #90BEFE;
}
.AnyTagClassName
{
color: #90BEFE;
}
</style>
background-color css
<style>
a { background-color: #90BEFE; }
a { background-color: rgb(144,190,254); }
div.DivClassName
{
background-color: #90BEFE;
}
.BgClassName
{
background-color: #90BEFE;
}
</style>
border-color css
<style>
span { border-color: #90BEFE; }
span { border-color: rgb(144,190,254); }
td.TdClassName
{
border-color: #90BEFE;
}
.TagClassName
{
border-color: #90BEFE;
}
</style>