Shades of Light Sky Blue #90C2FB
Tints of Light Sky Blue #90C2FB
RGB
CMYK
RGB Variations
Color information
#90C2FB (or 0x90C2FB) is known color: Light Sky Blue. HEX triplet: 90, C2 and FB. RGB value is (144,194,251). Sum of RGB (Red+Green+Blue) = 144+194+251=589 (78% of max value = 765). Red value is 144 (56.64% from 255 or 24.45% from 589); Green value is 194 (76.17% from 255 or 32.94% from 589); Blue value is 251 (98.44% from 255 or 42.61% from 589); Max value from RGB is 251 - color contains mainly: blue. Hex color #90C2FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90C2FB is #6F3D04. Grayscale: #B9B9B9. Windows color (decimal): -7290117 or 16499344. OLE color: 16499344.
HSL color Cylindrical-coordinate representation of color #90C2FB: hue angle of 211.96º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #90C2FB is Cyan = 0.43, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 144 | 194 | 251 | - |
| CMYK | 0.43 | 0.23 | 0 | 0.02 |
| HSL | 211.96º | 0.93% | 0.77% | - |
| HSV(B) | 211.96º | 0.43% | 0.98% | - |
| XYZ | 48.21 | 51.48 | 98.66 | - |
| YUV | 185.55 | 164.94 | 98.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 194 | 251 | 0.43 | 0.23 | 0 | 0.02 | 211.96 | 0.93 | 0.77 |
| Hex | 90 | C2 | FB | 2B | 17 | 0 | 2 | D4 | 5D | 4D |
| Octal | 220 | 302 | 373 | 53 | 27 | 0 | 2 | 324 | 135 | 115 |
| Binary | 10010000 | 11000010 | 11111011 | 101011 | 10111 | 0 | 10 | 11010100 | 1011101 | 1001101 |
Color Harmonies of #90C2FB
Complementary color
Monochromatic Colors of #90C2FB
Black with #90C2FB
Text Example
Text Example
White with #90C2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C2FB; }
p { color: rgb(144,194,251); }
H1.HeaderClassName
{
color: #90C2FB;
}
.AnyTagClassName
{
color: #90C2FB;
}
</style>
background-color css
<style>
a { background-color: #90C2FB; }
a { background-color: rgb(144,194,251); }
div.DivClassName
{
background-color: #90C2FB;
}
.BgClassName
{
background-color: #90C2FB;
}
</style>
border-color css
<style>
span { border-color: #90C2FB; }
span { border-color: rgb(144,194,251); }
td.TdClassName
{
border-color: #90C2FB;
}
.TagClassName
{
border-color: #90C2FB;
}
</style>