Shades of Light Sky Blue #90BEF4
Tints of Light Sky Blue #90BEF4
RGB
CMYK
RGB Variations
Color information
#90BEF4 (or 0x90BEF4) is known color: Light Sky Blue. HEX triplet: 90, BE and F4. RGB value is (144,190,244). Sum of RGB (Red+Green+Blue) = 144+190+244=578 (76% of max value = 765). Red value is 144 (56.64% from 255 or 24.91% from 578); Green value is 190 (74.61% from 255 or 32.87% from 578); Blue value is 244 (95.70% from 255 or 42.21% from 578); Max value from RGB is 244 - color contains mainly: blue. Hex color #90BEF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90BEF4 is #6F410B. Grayscale: #B6B6B6. Windows color (decimal): -7291148 or 16039568. OLE color: 16039568.
HSL color Cylindrical-coordinate representation of color #90BEF4: hue angle of 212.4º 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 #90BEF4 is Cyan = 0.41, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 144 | 190 | 244 | - |
CMYK | 0.41 | 0.22 | 0 | 0.04 |
HSL | 212.4º | 0.82% | 0.76% | - |
HSV(B) | 212.4º | 0.41% | 0.96% | - |
XYZ | 46.24 | 49.29 | 92.66 | - |
YUV | 182.4 | 162.76 | 100.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 144 | 190 | 244 | 0.41 | 0.22 | 0 | 0.04 | 212.4 | 0.82 | 0.76 |
Hex | 90 | BE | F4 | 29 | 16 | 0 | 4 | D4 | 52 | 4C |
Octal | 220 | 276 | 364 | 51 | 26 | 0 | 4 | 324 | 122 | 114 |
Binary | 10010000 | 10111110 | 11110100 | 101001 | 10110 | 0 | 100 | 11010100 | 1010010 | 1001100 |
Color Harmonies of #90BEF4
Complementary color
Monochromatic Colors of #90BEF4
Black with #90BEF4
Text Example
Text Example
White with #90BEF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BEF4; }
p { color: rgb(144,190,244); }
H1.HeaderClassName
{
color: #90BEF4;
}
.AnyTagClassName
{
color: #90BEF4;
}
</style>
background-color css
<style>
a { background-color: #90BEF4; }
a { background-color: rgb(144,190,244); }
div.DivClassName
{
background-color: #90BEF4;
}
.BgClassName
{
background-color: #90BEF4;
}
</style>
border-color css
<style>
span { border-color: #90BEF4; }
span { border-color: rgb(144,190,244); }
td.TdClassName
{
border-color: #90BEF4;
}
.TagClassName
{
border-color: #90BEF4;
}
</style>