Shades of Light Sky Blue #90CFFC
Tints of Light Sky Blue #90CFFC
RGB
CMYK
RGB Variations
Color information
#90CFFC (or 0x90CFFC) is known color: Light Sky Blue. HEX triplet: 90, CF and FC. RGB value is (144,207,252). Sum of RGB (Red+Green+Blue) = 144+207+252=603 (79% of max value = 765). Red value is 144 (56.64% from 255 or 23.88% from 603); Green value is 207 (81.25% from 255 or 34.33% from 603); Blue value is 252 (98.83% from 255 or 41.79% from 603); Max value from RGB is 252 - color contains mainly: blue. Hex color #90CFFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90CFFC is #6F3003. Grayscale: #C1C1C1. Windows color (decimal): -7286788 or 16568208. OLE color: 16568208.
HSL color Cylindrical-coordinate representation of color #90CFFC: hue angle of 205º 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 #90CFFC is Cyan = 0.43, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 144 | 207 | 252 | - |
| CMYK | 0.43 | 0.18 | 0 | 0.01 |
| HSL | 205º | 0.95% | 0.78% | - |
| HSV(B) | 205º | 0.43% | 0.99% | - |
| XYZ | 51.39 | 57.58 | 100.5 | - |
| YUV | 193.29 | 161.13 | 92.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 207 | 252 | 0.43 | 0.18 | 0 | 0.01 | 205 | 0.95 | 0.78 |
| Hex | 90 | CF | FC | 2B | 12 | 0 | 1 | CD | 5F | 4E |
| Octal | 220 | 317 | 374 | 53 | 22 | 0 | 1 | 315 | 137 | 116 |
| Binary | 10010000 | 11001111 | 11111100 | 101011 | 10010 | 0 | 1 | 11001101 | 1011111 | 1001110 |
Color Harmonies of #90CFFC
Complementary color
Monochromatic Colors of #90CFFC
Black with #90CFFC
Text Example
Text Example
White with #90CFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CFFC; }
p { color: rgb(144,207,252); }
H1.HeaderClassName
{
color: #90CFFC;
}
.AnyTagClassName
{
color: #90CFFC;
}
</style>
background-color css
<style>
a { background-color: #90CFFC; }
a { background-color: rgb(144,207,252); }
div.DivClassName
{
background-color: #90CFFC;
}
.BgClassName
{
background-color: #90CFFC;
}
</style>
border-color css
<style>
span { border-color: #90CFFC; }
span { border-color: rgb(144,207,252); }
td.TdClassName
{
border-color: #90CFFC;
}
.TagClassName
{
border-color: #90CFFC;
}
</style>