Shades of Light Sky Blue #90D6FC
Tints of Light Sky Blue #90D6FC
RGB
CMYK
RGB Variations
Color information
#90D6FC (or 0x90D6FC) is known color: Light Sky Blue. HEX triplet: 90, D6 and FC. RGB value is (144,214,252). Sum of RGB (Red+Green+Blue) = 144+214+252=610 (80% of max value = 765). Red value is 144 (56.64% from 255 or 23.61% from 610); Green value is 214 (83.98% from 255 or 35.08% from 610); Blue value is 252 (98.83% from 255 or 41.31% from 610); Max value from RGB is 252 - color contains mainly: blue. Hex color #90D6FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90D6FC is #6F2903. Grayscale: #C5C5C5. Windows color (decimal): -7284996 or 16570000. OLE color: 16570000.
HSL color Cylindrical-coordinate representation of color #90D6FC: hue angle of 201.11º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #90D6FC is Cyan = 0.43, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 144 | 214 | 252 | - |
| CMYK | 0.43 | 0.15 | 0 | 0.01 |
| HSL | 201.11º | 0.95% | 0.78% | - |
| HSV(B) | 201.11º | 0.43% | 0.99% | - |
| XYZ | 53.12 | 61.05 | 101.08 | - |
| YUV | 197.4 | 158.81 | 89.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 214 | 252 | 0.43 | 0.15 | 0 | 0.01 | 201.11 | 0.95 | 0.78 |
| Hex | 90 | D6 | FC | 2B | F | 0 | 1 | C9 | 5F | 4E |
| Octal | 220 | 326 | 374 | 53 | 17 | 0 | 1 | 311 | 137 | 116 |
| Binary | 10010000 | 11010110 | 11111100 | 101011 | 1111 | 0 | 1 | 11001001 | 1011111 | 1001110 |
Color Harmonies of #90D6FC
Complementary color
Monochromatic Colors of #90D6FC
Black with #90D6FC
Text Example
Text Example
White with #90D6FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90D6FC; }
p { color: rgb(144,214,252); }
H1.HeaderClassName
{
color: #90D6FC;
}
.AnyTagClassName
{
color: #90D6FC;
}
</style>
background-color css
<style>
a { background-color: #90D6FC; }
a { background-color: rgb(144,214,252); }
div.DivClassName
{
background-color: #90D6FC;
}
.BgClassName
{
background-color: #90D6FC;
}
</style>
border-color css
<style>
span { border-color: #90D6FC; }
span { border-color: rgb(144,214,252); }
td.TdClassName
{
border-color: #90D6FC;
}
.TagClassName
{
border-color: #90D6FC;
}
</style>