Shades of Light Sky Blue #90BFF4
Tints of Light Sky Blue #90BFF4
RGB
CMYK
RGB Variations
Color information
#90BFF4 (or 0x90BFF4) is known color: Light Sky Blue. HEX triplet: 90, BF and F4. RGB value is (144,191,244). Sum of RGB (Red+Green+Blue) = 144+191+244=579 (76% of max value = 765). Red value is 144 (56.64% from 255 or 24.87% from 579); Green value is 191 (75% from 255 or 32.99% from 579); Blue value is 244 (95.70% from 255 or 42.14% from 579); Max value from RGB is 244 - color contains mainly: blue. Hex color #90BFF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90BFF4 is #6F400B. Grayscale: #B6B6B6. Windows color (decimal): -7290892 or 16039824. OLE color: 16039824.
HSL color Cylindrical-coordinate representation of color #90BFF4: hue angle of 211.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 #90BFF4 is Cyan = 0.41, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 144 | 191 | 244 | - |
| CMYK | 0.41 | 0.22 | 0 | 0.04 |
| HSL | 211.8º | 0.82% | 0.76% | - |
| HSV(B) | 211.8º | 0.41% | 0.96% | - |
| XYZ | 46.46 | 49.72 | 92.74 | - |
| YUV | 182.99 | 162.43 | 100.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 191 | 244 | 0.41 | 0.22 | 0 | 0.04 | 211.8 | 0.82 | 0.76 |
| Hex | 90 | BF | F4 | 29 | 16 | 0 | 4 | D4 | 52 | 4C |
| Octal | 220 | 277 | 364 | 51 | 26 | 0 | 4 | 324 | 122 | 114 |
| Binary | 10010000 | 10111111 | 11110100 | 101001 | 10110 | 0 | 100 | 11010100 | 1010010 | 1001100 |
Color Harmonies of #90BFF4
Complementary color
Monochromatic Colors of #90BFF4
Black with #90BFF4
Text Example
Text Example
White with #90BFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BFF4; }
p { color: rgb(144,191,244); }
H1.HeaderClassName
{
color: #90BFF4;
}
.AnyTagClassName
{
color: #90BFF4;
}
</style>
background-color css
<style>
a { background-color: #90BFF4; }
a { background-color: rgb(144,191,244); }
div.DivClassName
{
background-color: #90BFF4;
}
.BgClassName
{
background-color: #90BFF4;
}
</style>
border-color css
<style>
span { border-color: #90BFF4; }
span { border-color: rgb(144,191,244); }
td.TdClassName
{
border-color: #90BFF4;
}
.TagClassName
{
border-color: #90BFF4;
}
</style>