Shades of Light Sky Blue #91CBF6
Tints of Light Sky Blue #91CBF6
RGB
CMYK
RGB Variations
Color information
#91CBF6 (or 0x91CBF6) is known color: Light Sky Blue. HEX triplet: 91, CB and F6. RGB value is (145,203,246). Sum of RGB (Red+Green+Blue) = 145+203+246=594 (78% of max value = 765). Red value is 145 (57.03% from 255 or 24.41% from 594); Green value is 203 (79.69% from 255 or 34.18% from 594); Blue value is 246 (96.48% from 255 or 41.41% from 594); Max value from RGB is 246 - color contains mainly: blue. Hex color #91CBF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91CBF6 is #6E3409. Grayscale: #BEBEBE. Windows color (decimal): -7222282 or 16173969. OLE color: 16173969.
HSL color Cylindrical-coordinate representation of color #91CBF6: hue angle of 205.54º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #91CBF6 is Cyan = 0.41, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 145 | 203 | 246 | - |
| CMYK | 0.41 | 0.17 | 0 | 0.04 |
| HSL | 205.54º | 0.85% | 0.77% | - |
| HSV(B) | 205.54º | 0.41% | 0.96% | - |
| XYZ | 49.67 | 55.39 | 95.26 | - |
| YUV | 190.56 | 159.28 | 95.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 203 | 246 | 0.41 | 0.17 | 0 | 0.04 | 205.54 | 0.85 | 0.77 |
| Hex | 91 | CB | F6 | 29 | 11 | 0 | 4 | CE | 55 | 4D |
| Octal | 221 | 313 | 366 | 51 | 21 | 0 | 4 | 316 | 125 | 115 |
| Binary | 10010001 | 11001011 | 11110110 | 101001 | 10001 | 0 | 100 | 11001110 | 1010101 | 1001101 |
Color Harmonies of #91CBF6
Complementary color
Monochromatic Colors of #91CBF6
Black with #91CBF6
Text Example
Text Example
White with #91CBF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91CBF6; }
p { color: rgb(145,203,246); }
H1.HeaderClassName
{
color: #91CBF6;
}
.AnyTagClassName
{
color: #91CBF6;
}
</style>
background-color css
<style>
a { background-color: #91CBF6; }
a { background-color: rgb(145,203,246); }
div.DivClassName
{
background-color: #91CBF6;
}
.BgClassName
{
background-color: #91CBF6;
}
</style>
border-color css
<style>
span { border-color: #91CBF6; }
span { border-color: rgb(145,203,246); }
td.TdClassName
{
border-color: #91CBF6;
}
.TagClassName
{
border-color: #91CBF6;
}
</style>