Shades of Light Sky Blue #90C6FC
Tints of Light Sky Blue #90C6FC
RGB
CMYK
RGB Variations
Color information
#90C6FC (or 0x90C6FC) is known color: Light Sky Blue. HEX triplet: 90, C6 and FC. RGB value is (144,198,252). Sum of RGB (Red+Green+Blue) = 144+198+252=594 (78% of max value = 765). Red value is 144 (56.64% from 255 or 24.24% from 594); Green value is 198 (77.73% from 255 or 33.33% from 594); Blue value is 252 (98.83% from 255 or 42.42% from 594); Max value from RGB is 252 - color contains mainly: blue. Hex color #90C6FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90C6FC is #6F3903. Grayscale: #BBBBBB. Windows color (decimal): -7289092 or 16565904. OLE color: 16565904.
HSL color Cylindrical-coordinate representation of color #90C6FC: hue angle of 210º 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 #90C6FC is Cyan = 0.43, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 144 | 198 | 252 | - |
| CMYK | 0.43 | 0.21 | 0 | 0.01 |
| HSL | 210º | 0.95% | 0.78% | - |
| HSV(B) | 210º | 0.43% | 0.99% | - |
| XYZ | 49.27 | 53.35 | 99.8 | - |
| YUV | 188.01 | 164.11 | 96.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 198 | 252 | 0.43 | 0.21 | 0 | 0.01 | 210 | 0.95 | 0.78 |
| Hex | 90 | C6 | FC | 2B | 15 | 0 | 1 | D2 | 5F | 4E |
| Octal | 220 | 306 | 374 | 53 | 25 | 0 | 1 | 322 | 137 | 116 |
| Binary | 10010000 | 11000110 | 11111100 | 101011 | 10101 | 0 | 1 | 11010010 | 1011111 | 1001110 |
Color Harmonies of #90C6FC
Complementary color
Monochromatic Colors of #90C6FC
Black with #90C6FC
Text Example
Text Example
White with #90C6FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C6FC; }
p { color: rgb(144,198,252); }
H1.HeaderClassName
{
color: #90C6FC;
}
.AnyTagClassName
{
color: #90C6FC;
}
</style>
background-color css
<style>
a { background-color: #90C6FC; }
a { background-color: rgb(144,198,252); }
div.DivClassName
{
background-color: #90C6FC;
}
.BgClassName
{
background-color: #90C6FC;
}
</style>
border-color css
<style>
span { border-color: #90C6FC; }
span { border-color: rgb(144,198,252); }
td.TdClassName
{
border-color: #90C6FC;
}
.TagClassName
{
border-color: #90C6FC;
}
</style>