Shades of Light Sky Blue #90CDF7
Tints of Light Sky Blue #90CDF7
RGB
CMYK
RGB Variations
Color information
#90CDF7 (or 0x90CDF7) is known color: Light Sky Blue. HEX triplet: 90, CD and F7. RGB value is (144,205,247). Sum of RGB (Red+Green+Blue) = 144+205+247=596 (78% of max value = 765). Red value is 144 (56.64% from 255 or 24.16% from 596); Green value is 205 (80.47% from 255 or 34.40% from 596); Blue value is 247 (96.88% from 255 or 41.44% from 596); Max value from RGB is 247 - color contains mainly: blue. Hex color #90CDF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90CDF7 is #6F3208. Grayscale: #BFBFBF. Windows color (decimal): -7287305 or 16240016. OLE color: 16240016.
HSL color Cylindrical-coordinate representation of color #90CDF7: hue angle of 204.47º degrees, saturation: 0.87, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #90CDF7 is Cyan = 0.42, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 144 | 205 | 247 | - |
| CMYK | 0.42 | 0.17 | 0 | 0.03 |
| HSL | 204.47º | 0.87% | 0.77% | - |
| HSV(B) | 204.47º | 0.42% | 0.97% | - |
| XYZ | 50.12 | 56.31 | 96.22 | - |
| YUV | 191.55 | 159.29 | 94.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 205 | 247 | 0.42 | 0.17 | 0 | 0.03 | 204.47 | 0.87 | 0.77 |
| Hex | 90 | CD | F7 | 2A | 11 | 0 | 3 | CC | 57 | 4D |
| Octal | 220 | 315 | 367 | 52 | 21 | 0 | 3 | 314 | 127 | 115 |
| Binary | 10010000 | 11001101 | 11110111 | 101010 | 10001 | 0 | 11 | 11001100 | 1010111 | 1001101 |
Color Harmonies of #90CDF7
Complementary color
Monochromatic Colors of #90CDF7
Black with #90CDF7
Text Example
Text Example
White with #90CDF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CDF7; }
p { color: rgb(144,205,247); }
H1.HeaderClassName
{
color: #90CDF7;
}
.AnyTagClassName
{
color: #90CDF7;
}
</style>
background-color css
<style>
a { background-color: #90CDF7; }
a { background-color: rgb(144,205,247); }
div.DivClassName
{
background-color: #90CDF7;
}
.BgClassName
{
background-color: #90CDF7;
}
</style>
border-color css
<style>
span { border-color: #90CDF7; }
span { border-color: rgb(144,205,247); }
td.TdClassName
{
border-color: #90CDF7;
}
.TagClassName
{
border-color: #90CDF7;
}
</style>