Shades of Light Sky Blue #91C2FB
Tints of Light Sky Blue #91C2FB
RGB
CMYK
RGB Variations
Color information
#91C2FB (or 0x91C2FB) is known color: Light Sky Blue. HEX triplet: 91, C2 and FB. RGB value is (145,194,251). Sum of RGB (Red+Green+Blue) = 145+194+251=590 (78% of max value = 765). Red value is 145 (57.03% from 255 or 24.58% from 590); Green value is 194 (76.17% from 255 or 32.88% from 590); Blue value is 251 (98.44% from 255 or 42.54% from 590); Max value from RGB is 251 - color contains mainly: blue. Hex color #91C2FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91C2FB is #6E3D04. Grayscale: #B9B9B9. Windows color (decimal): -7224581 or 16499345. OLE color: 16499345.
HSL color Cylindrical-coordinate representation of color #91C2FB: hue angle of 212.26º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #91C2FB is Cyan = 0.42, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 145 | 194 | 251 | - |
| CMYK | 0.42 | 0.23 | 0 | 0.02 |
| HSL | 212.26º | 0.93% | 0.78% | - |
| HSV(B) | 212.26º | 0.42% | 0.98% | - |
| XYZ | 48.38 | 51.57 | 98.67 | - |
| YUV | 185.85 | 164.77 | 98.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 194 | 251 | 0.42 | 0.23 | 0 | 0.02 | 212.26 | 0.93 | 0.78 |
| Hex | 91 | C2 | FB | 2A | 17 | 0 | 2 | D4 | 5D | 4E |
| Octal | 221 | 302 | 373 | 52 | 27 | 0 | 2 | 324 | 135 | 116 |
| Binary | 10010001 | 11000010 | 11111011 | 101010 | 10111 | 0 | 10 | 11010100 | 1011101 | 1001110 |
Color Harmonies of #91C2FB
Complementary color
Monochromatic Colors of #91C2FB
Black with #91C2FB
Text Example
Text Example
White with #91C2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91C2FB; }
p { color: rgb(145,194,251); }
H1.HeaderClassName
{
color: #91C2FB;
}
.AnyTagClassName
{
color: #91C2FB;
}
</style>
background-color css
<style>
a { background-color: #91C2FB; }
a { background-color: rgb(145,194,251); }
div.DivClassName
{
background-color: #91C2FB;
}
.BgClassName
{
background-color: #91C2FB;
}
</style>
border-color css
<style>
span { border-color: #91C2FB; }
span { border-color: rgb(145,194,251); }
td.TdClassName
{
border-color: #91C2FB;
}
.TagClassName
{
border-color: #91C2FB;
}
</style>