Shades of Light Sky Blue #91CBFC
Tints of Light Sky Blue #91CBFC
RGB
CMYK
RGB Variations
Color information
#91CBFC (or 0x91CBFC) is known color: Light Sky Blue. HEX triplet: 91, CB and FC. RGB value is (145,203,252). Sum of RGB (Red+Green+Blue) = 145+203+252=600 (79% of max value = 765). Red value is 145 (57.03% from 255 or 24.17% from 600); Green value is 203 (79.69% from 255 or 33.83% from 600); Blue value is 252 (98.83% from 255 or 42% from 600); Max value from RGB is 252 - color contains mainly: blue. Hex color #91CBFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91CBFC is #6E3403. Grayscale: #BEBEBE. Windows color (decimal): -7222276 or 16567185. OLE color: 16567185.
HSL color Cylindrical-coordinate representation of color #91CBFC: hue angle of 207.48º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #91CBFC is Cyan = 0.42, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 145 | 203 | 252 | - |
| CMYK | 0.42 | 0.19 | 0 | 0.01 |
| HSL | 207.48º | 0.95% | 0.78% | - |
| HSV(B) | 207.48º | 0.42% | 0.99% | - |
| XYZ | 50.6 | 55.76 | 100.19 | - |
| YUV | 191.24 | 162.28 | 95.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 203 | 252 | 0.42 | 0.19 | 0 | 0.01 | 207.48 | 0.95 | 0.78 |
| Hex | 91 | CB | FC | 2A | 13 | 0 | 1 | CF | 5F | 4E |
| Octal | 221 | 313 | 374 | 52 | 23 | 0 | 1 | 317 | 137 | 116 |
| Binary | 10010001 | 11001011 | 11111100 | 101010 | 10011 | 0 | 1 | 11001111 | 1011111 | 1001110 |
Color Harmonies of #91CBFC
Complementary color
Monochromatic Colors of #91CBFC
Black with #91CBFC
Text Example
Text Example
White with #91CBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91CBFC; }
p { color: rgb(145,203,252); }
H1.HeaderClassName
{
color: #91CBFC;
}
.AnyTagClassName
{
color: #91CBFC;
}
</style>
background-color css
<style>
a { background-color: #91CBFC; }
a { background-color: rgb(145,203,252); }
div.DivClassName
{
background-color: #91CBFC;
}
.BgClassName
{
background-color: #91CBFC;
}
</style>
border-color css
<style>
span { border-color: #91CBFC; }
span { border-color: rgb(145,203,252); }
td.TdClassName
{
border-color: #91CBFC;
}
.TagClassName
{
border-color: #91CBFC;
}
</style>