Shades of Light Sky Blue #90BFFD
Tints of Light Sky Blue #90BFFD
RGB
CMYK
RGB Variations
Color information
#90BFFD (or 0x90BFFD) is known color: Light Sky Blue. HEX triplet: 90, BF and FD. RGB value is (144,191,253). Sum of RGB (Red+Green+Blue) = 144+191+253=588 (77% of max value = 765). Red value is 144 (56.64% from 255 or 24.49% from 588); Green value is 191 (75% from 255 or 32.48% from 588); Blue value is 253 (99.22% from 255 or 43.03% from 588); Max value from RGB is 253 - color contains mainly: blue. Hex color #90BFFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90BFFD is #6F4002. Grayscale: #B7B7B7. Windows color (decimal): -7290883 or 16629648. OLE color: 16629648.
HSL color Cylindrical-coordinate representation of color #90BFFD: hue angle of 214.13º 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 #90BFFD is Cyan = 0.43, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 144 | 191 | 253 | - |
| CMYK | 0.43 | 0.25 | 0 | 0.01 |
| HSL | 214.13º | 0.96% | 0.78% | - |
| HSV(B) | 214.13º | 0.43% | 0.99% | - |
| XYZ | 47.86 | 50.28 | 100.11 | - |
| YUV | 184.02 | 166.93 | 99.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 191 | 253 | 0.43 | 0.25 | 0 | 0.01 | 214.13 | 0.96 | 0.78 |
| Hex | 90 | BF | FD | 2B | 19 | 0 | 1 | D6 | 60 | 4E |
| Octal | 220 | 277 | 375 | 53 | 31 | 0 | 1 | 326 | 140 | 116 |
| Binary | 10010000 | 10111111 | 11111101 | 101011 | 11001 | 0 | 1 | 11010110 | 1100000 | 1001110 |
Color Harmonies of #90BFFD
Complementary color
Monochromatic Colors of #90BFFD
Black with #90BFFD
Text Example
Text Example
White with #90BFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BFFD; }
p { color: rgb(144,191,253); }
H1.HeaderClassName
{
color: #90BFFD;
}
.AnyTagClassName
{
color: #90BFFD;
}
</style>
background-color css
<style>
a { background-color: #90BFFD; }
a { background-color: rgb(144,191,253); }
div.DivClassName
{
background-color: #90BFFD;
}
.BgClassName
{
background-color: #90BFFD;
}
</style>
border-color css
<style>
span { border-color: #90BFFD; }
span { border-color: rgb(144,191,253); }
td.TdClassName
{
border-color: #90BFFD;
}
.TagClassName
{
border-color: #90BFFD;
}
</style>