Shades of Light Sky Blue #91D0FE
Tints of Light Sky Blue #91D0FE
RGB
CMYK
RGB Variations
Color information
#91D0FE (or 0x91D0FE) is known color: Light Sky Blue. HEX triplet: 91, D0 and FE. RGB value is (145,208,254). Sum of RGB (Red+Green+Blue) = 145+208+254=607 (80% of max value = 765). Red value is 145 (57.03% from 255 or 23.89% from 607); Green value is 208 (81.64% from 255 or 34.27% from 607); Blue value is 254 (99.61% from 255 or 41.85% from 607); Max value from RGB is 254 - color contains mainly: blue. Hex color #91D0FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91D0FE is #6E2F01. Grayscale: #C2C2C2. Windows color (decimal): -7220994 or 16699537. OLE color: 16699537.
HSL color Cylindrical-coordinate representation of color #91D0FE: hue angle of 205.32º 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 #91D0FE is Cyan = 0.43, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 145 | 208 | 254 | - |
| CMYK | 0.43 | 0.18 | 0 | 0.00 |
| HSL | 205.32º | 0.98% | 0.78% | - |
| HSV(B) | 205.32º | 0.43% | 1% | - |
| XYZ | 52.12 | 58.29 | 102.27 | - |
| YUV | 194.41 | 161.63 | 92.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 208 | 254 | 0.43 | 0.18 | 0 | 0.00 | 205.32 | 0.98 | 0.78 |
| Hex | 91 | D0 | FE | 2B | 12 | 0 | 0 | CD | 62 | 4E |
| Octal | 221 | 320 | 376 | 53 | 22 | 0 | 0 | 315 | 142 | 116 |
| Binary | 10010001 | 11010000 | 11111110 | 101011 | 10010 | 0 | 0 | 11001101 | 1100010 | 1001110 |
Color Harmonies of #91D0FE
Complementary color
Monochromatic Colors of #91D0FE
Black with #91D0FE
Text Example
Text Example
White with #91D0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91D0FE; }
p { color: rgb(145,208,254); }
H1.HeaderClassName
{
color: #91D0FE;
}
.AnyTagClassName
{
color: #91D0FE;
}
</style>
background-color css
<style>
a { background-color: #91D0FE; }
a { background-color: rgb(145,208,254); }
div.DivClassName
{
background-color: #91D0FE;
}
.BgClassName
{
background-color: #91D0FE;
}
</style>
border-color css
<style>
span { border-color: #91D0FE; }
span { border-color: rgb(145,208,254); }
td.TdClassName
{
border-color: #91D0FE;
}
.TagClassName
{
border-color: #91D0FE;
}
</style>