Shades of Light Sky Blue #90D3FB
Tints of Light Sky Blue #90D3FB
RGB
CMYK
RGB Variations
Color information
#90D3FB (or 0x90D3FB) is known color: Light Sky Blue. HEX triplet: 90, D3 and FB. RGB value is (144,211,251). Sum of RGB (Red+Green+Blue) = 144+211+251=606 (80% of max value = 765). Red value is 144 (56.64% from 255 or 23.76% from 606); Green value is 211 (82.81% from 255 or 34.82% from 606); Blue value is 251 (98.44% from 255 or 41.42% from 606); Max value from RGB is 251 - color contains mainly: blue. Hex color #90D3FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90D3FB is #6F2C04. Grayscale: #C3C3C3. Windows color (decimal): -7285765 or 16503696. OLE color: 16503696.
HSL color Cylindrical-coordinate representation of color #90D3FB: hue angle of 202.43º 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 #90D3FB is Cyan = 0.43, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 144 | 211 | 251 | - |
| CMYK | 0.43 | 0.16 | 0 | 0.02 |
| HSL | 202.43º | 0.93% | 0.77% | - |
| HSV(B) | 202.43º | 0.43% | 0.98% | - |
| XYZ | 52.21 | 59.48 | 100 | - |
| YUV | 195.53 | 159.3 | 91.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 211 | 251 | 0.43 | 0.16 | 0 | 0.02 | 202.43 | 0.93 | 0.77 |
| Hex | 90 | D3 | FB | 2B | 10 | 0 | 2 | CA | 5D | 4D |
| Octal | 220 | 323 | 373 | 53 | 20 | 0 | 2 | 312 | 135 | 115 |
| Binary | 10010000 | 11010011 | 11111011 | 101011 | 10000 | 0 | 10 | 11001010 | 1011101 | 1001101 |
Color Harmonies of #90D3FB
Complementary color
Monochromatic Colors of #90D3FB
Black with #90D3FB
Text Example
Text Example
White with #90D3FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90D3FB; }
p { color: rgb(144,211,251); }
H1.HeaderClassName
{
color: #90D3FB;
}
.AnyTagClassName
{
color: #90D3FB;
}
</style>
background-color css
<style>
a { background-color: #90D3FB; }
a { background-color: rgb(144,211,251); }
div.DivClassName
{
background-color: #90D3FB;
}
.BgClassName
{
background-color: #90D3FB;
}
</style>
border-color css
<style>
span { border-color: #90D3FB; }
span { border-color: rgb(144,211,251); }
td.TdClassName
{
border-color: #90D3FB;
}
.TagClassName
{
border-color: #90D3FB;
}
</style>