Shades of Light Sky Blue #90CBFD
Tints of Light Sky Blue #90CBFD
RGB
CMYK
RGB Variations
Color information
#90CBFD (or 0x90CBFD) is known color: Light Sky Blue. HEX triplet: 90, CB and FD. RGB value is (144,203,253). Sum of RGB (Red+Green+Blue) = 144+203+253=600 (79% of max value = 765). Red value is 144 (56.64% from 255 or 24% from 600); Green value is 203 (79.69% from 255 or 33.83% from 600); Blue value is 253 (99.22% from 255 or 42.17% from 600); Max value from RGB is 253 - color contains mainly: blue. Hex color #90CBFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90CBFD is #6F3402. Grayscale: #BEBEBE. Windows color (decimal): -7287811 or 16632720. OLE color: 16632720.
HSL color Cylindrical-coordinate representation of color #90CBFD: hue angle of 207.52º 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 #90CBFD is Cyan = 0.43, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 144 | 203 | 253 | - |
| CMYK | 0.43 | 0.20 | 0 | 0.01 |
| HSL | 207.52º | 0.96% | 0.78% | - |
| HSV(B) | 207.52º | 0.43% | 0.99% | - |
| XYZ | 50.59 | 55.73 | 101.02 | - |
| YUV | 191.06 | 162.95 | 94.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 203 | 253 | 0.43 | 0.20 | 0 | 0.01 | 207.52 | 0.96 | 0.78 |
| Hex | 90 | CB | FD | 2B | 14 | 0 | 1 | D0 | 60 | 4E |
| Octal | 220 | 313 | 375 | 53 | 24 | 0 | 1 | 320 | 140 | 116 |
| Binary | 10010000 | 11001011 | 11111101 | 101011 | 10100 | 0 | 1 | 11010000 | 1100000 | 1001110 |
Color Harmonies of #90CBFD
Complementary color
Monochromatic Colors of #90CBFD
Black with #90CBFD
Text Example
Text Example
White with #90CBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CBFD; }
p { color: rgb(144,203,253); }
H1.HeaderClassName
{
color: #90CBFD;
}
.AnyTagClassName
{
color: #90CBFD;
}
</style>
background-color css
<style>
a { background-color: #90CBFD; }
a { background-color: rgb(144,203,253); }
div.DivClassName
{
background-color: #90CBFD;
}
.BgClassName
{
background-color: #90CBFD;
}
</style>
border-color css
<style>
span { border-color: #90CBFD; }
span { border-color: rgb(144,203,253); }
td.TdClassName
{
border-color: #90CBFD;
}
.TagClassName
{
border-color: #90CBFD;
}
</style>