Shades of Light Sky Blue #90CFFD
Tints of Light Sky Blue #90CFFD
RGB
CMYK
RGB Variations
Color information
#90CFFD (or 0x90CFFD) is known color: Light Sky Blue. HEX triplet: 90, CF and FD. RGB value is (144,207,253). Sum of RGB (Red+Green+Blue) = 144+207+253=604 (80% of max value = 765). Red value is 144 (56.64% from 255 or 23.84% from 604); Green value is 207 (81.25% from 255 or 34.27% from 604); Blue value is 253 (99.22% from 255 or 41.89% from 604); Max value from RGB is 253 - color contains mainly: blue. Hex color #90CFFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90CFFD is #6F3002. Grayscale: #C1C1C1. Windows color (decimal): -7286787 or 16633744. OLE color: 16633744.
HSL color Cylindrical-coordinate representation of color #90CFFD: hue angle of 205.32º degrees, saturation: 0.96, 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 #90CFFD is Cyan = 0.43, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 144 | 207 | 253 | - |
| CMYK | 0.43 | 0.18 | 0 | 0.01 |
| HSL | 205.32º | 0.96% | 0.78% | - |
| HSV(B) | 205.32º | 0.43% | 0.99% | - |
| XYZ | 51.54 | 57.65 | 101.34 | - |
| YUV | 193.41 | 161.63 | 92.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 207 | 253 | 0.43 | 0.18 | 0 | 0.01 | 205.32 | 0.96 | 0.78 |
| Hex | 90 | CF | FD | 2B | 12 | 0 | 1 | CD | 60 | 4E |
| Octal | 220 | 317 | 375 | 53 | 22 | 0 | 1 | 315 | 140 | 116 |
| Binary | 10010000 | 11001111 | 11111101 | 101011 | 10010 | 0 | 1 | 11001101 | 1100000 | 1001110 |
Color Harmonies of #90CFFD
Complementary color
Monochromatic Colors of #90CFFD
Black with #90CFFD
Text Example
Text Example
White with #90CFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CFFD; }
p { color: rgb(144,207,253); }
H1.HeaderClassName
{
color: #90CFFD;
}
.AnyTagClassName
{
color: #90CFFD;
}
</style>
background-color css
<style>
a { background-color: #90CFFD; }
a { background-color: rgb(144,207,253); }
div.DivClassName
{
background-color: #90CFFD;
}
.BgClassName
{
background-color: #90CFFD;
}
</style>
border-color css
<style>
span { border-color: #90CFFD; }
span { border-color: rgb(144,207,253); }
td.TdClassName
{
border-color: #90CFFD;
}
.TagClassName
{
border-color: #90CFFD;
}
</style>