Shades of Light Sky Blue #91CCFF
Tints of Light Sky Blue #91CCFF
RGB
CMYK
RGB Variations
Color information
#91CCFF (or 0x91CCFF) is known color: Light Sky Blue. HEX triplet: 91, CC and FF. RGB value is (145,204,255). Sum of RGB (Red+Green+Blue) = 145+204+255=604 (80% of max value = 765). Red value is 145 (57.03% from 255 or 24.01% from 604); Green value is 204 (80.08% from 255 or 33.77% from 604); Blue value is 255 (100% from 255 or 42.22% from 604); Max value from RGB is 255 - color contains mainly: blue. Hex color #91CCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91CCFF is #6E3300. Grayscale: #BFBFBF. Windows color (decimal): -7222017 or 16764049. OLE color: 16764049.
HSL color Cylindrical-coordinate representation of color #91CCFF: hue angle of 207.82º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #91CCFF is Cyan = 0.43, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 145 | 204 | 255 | - |
| CMYK | 0.43 | 0.2 | 0 | 0 |
| HSL | 207.82º | 1% | 0.78% | - |
| HSV(B) | 207.82º | 0.43% | 1% | - |
| XYZ | 51.32 | 56.43 | 102.79 | - |
| YUV | 192.17 | 163.45 | 94.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 204 | 255 | 0.43 | 0.2 | 0 | 0 | 207.82 | 1 | 0.78 |
| Hex | 91 | CC | FF | 2B | 14 | 0 | 0 | D0 | 64 | 4E |
| Octal | 221 | 314 | 377 | 53 | 24 | 0 | 0 | 320 | 144 | 116 |
| Binary | 10010001 | 11001100 | 11111111 | 101011 | 10100 | 0 | 0 | 11010000 | 1100100 | 1001110 |
Color Harmonies of #91CCFF
Complementary color
Monochromatic Colors of #91CCFF
Black with #91CCFF
Text Example
Text Example
White with #91CCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91CCFF; }
p { color: rgb(145,204,255); }
H1.HeaderClassName
{
color: #91CCFF;
}
.AnyTagClassName
{
color: #91CCFF;
}
</style>
background-color css
<style>
a { background-color: #91CCFF; }
a { background-color: rgb(145,204,255); }
div.DivClassName
{
background-color: #91CCFF;
}
.BgClassName
{
background-color: #91CCFF;
}
</style>
border-color css
<style>
span { border-color: #91CCFF; }
span { border-color: rgb(145,204,255); }
td.TdClassName
{
border-color: #91CCFF;
}
.TagClassName
{
border-color: #91CCFF;
}
</style>