Shades of Light Sky Blue #90C7F7
Tints of Light Sky Blue #90C7F7
RGB
CMYK
RGB Variations
Color information
#90C7F7 (or 0x90C7F7) is known color: Light Sky Blue. HEX triplet: 90, C7 and F7. RGB value is (144,199,247). Sum of RGB (Red+Green+Blue) = 144+199+247=590 (78% of max value = 765). Red value is 144 (56.64% from 255 or 24.41% from 590); Green value is 199 (78.12% from 255 or 33.73% from 590); Blue value is 247 (96.88% from 255 or 41.86% from 590); Max value from RGB is 247 - color contains mainly: blue. Hex color #90C7F7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90C7F7 is #6F3808. Grayscale: #BBBBBB. Windows color (decimal): -7288841 or 16238480. OLE color: 16238480.
HSL color Cylindrical-coordinate representation of color #90C7F7: hue angle of 207.96º 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 #90C7F7 is Cyan = 0.42, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 144 | 199 | 247 | - |
| CMYK | 0.42 | 0.19 | 0 | 0.03 |
| HSL | 207.96º | 0.87% | 0.77% | - |
| HSV(B) | 207.96º | 0.42% | 0.97% | - |
| XYZ | 48.71 | 53.49 | 95.75 | - |
| YUV | 188.03 | 161.28 | 96.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 199 | 247 | 0.42 | 0.19 | 0 | 0.03 | 207.96 | 0.87 | 0.77 |
| Hex | 90 | C7 | F7 | 2A | 13 | 0 | 3 | D0 | 57 | 4D |
| Octal | 220 | 307 | 367 | 52 | 23 | 0 | 3 | 320 | 127 | 115 |
| Binary | 10010000 | 11000111 | 11110111 | 101010 | 10011 | 0 | 11 | 11010000 | 1010111 | 1001101 |
Color Harmonies of #90C7F7
Complementary color
Monochromatic Colors of #90C7F7
Black with #90C7F7
Text Example
Text Example
White with #90C7F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C7F7; }
p { color: rgb(144,199,247); }
H1.HeaderClassName
{
color: #90C7F7;
}
.AnyTagClassName
{
color: #90C7F7;
}
</style>
background-color css
<style>
a { background-color: #90C7F7; }
a { background-color: rgb(144,199,247); }
div.DivClassName
{
background-color: #90C7F7;
}
.BgClassName
{
background-color: #90C7F7;
}
</style>
border-color css
<style>
span { border-color: #90C7F7; }
span { border-color: rgb(144,199,247); }
td.TdClassName
{
border-color: #90C7F7;
}
.TagClassName
{
border-color: #90C7F7;
}
</style>