Shades of Light Sky Blue #90CDFE
Tints of Light Sky Blue #90CDFE
RGB
CMYK
RGB Variations
Color information
#90CDFE (or 0x90CDFE) is known color: Light Sky Blue. HEX triplet: 90, CD and FE. RGB value is (144,205,254). Sum of RGB (Red+Green+Blue) = 144+205+254=603 (79% of max value = 765). Red value is 144 (56.64% from 255 or 23.88% from 603); Green value is 205 (80.47% from 255 or 34.00% from 603); Blue value is 254 (99.61% from 255 or 42.12% from 603); Max value from RGB is 254 - color contains mainly: blue. Hex color #90CDFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90CDFE is #6F3201. Grayscale: #C0C0C0. Windows color (decimal): -7287298 or 16698768. OLE color: 16698768.
HSL color Cylindrical-coordinate representation of color #90CDFE: hue angle of 206.73º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #90CDFE is Cyan = 0.43, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 144 | 205 | 254 | - |
| CMYK | 0.43 | 0.19 | 0 | 0.00 |
| HSL | 206.73º | 0.98% | 0.78% | - |
| HSV(B) | 206.73º | 0.43% | 1% | - |
| XYZ | 51.22 | 56.75 | 102.02 | - |
| YUV | 192.35 | 162.79 | 93.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 205 | 254 | 0.43 | 0.19 | 0 | 0.00 | 206.73 | 0.98 | 0.78 |
| Hex | 90 | CD | FE | 2B | 13 | 0 | 0 | CF | 62 | 4E |
| Octal | 220 | 315 | 376 | 53 | 23 | 0 | 0 | 317 | 142 | 116 |
| Binary | 10010000 | 11001101 | 11111110 | 101011 | 10011 | 0 | 0 | 11001111 | 1100010 | 1001110 |
Color Harmonies of #90CDFE
Complementary color
Monochromatic Colors of #90CDFE
Black with #90CDFE
Text Example
Text Example
White with #90CDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CDFE; }
p { color: rgb(144,205,254); }
H1.HeaderClassName
{
color: #90CDFE;
}
.AnyTagClassName
{
color: #90CDFE;
}
</style>
background-color css
<style>
a { background-color: #90CDFE; }
a { background-color: rgb(144,205,254); }
div.DivClassName
{
background-color: #90CDFE;
}
.BgClassName
{
background-color: #90CDFE;
}
</style>
border-color css
<style>
span { border-color: #90CDFE; }
span { border-color: rgb(144,205,254); }
td.TdClassName
{
border-color: #90CDFE;
}
.TagClassName
{
border-color: #90CDFE;
}
</style>