Shades of Light Sky Blue #91CFFF
Tints of Light Sky Blue #91CFFF
RGB
CMYK
RGB Variations
Color information
#91CFFF (or 0x91CFFF) is known color: Light Sky Blue. HEX triplet: 91, CF and FF. RGB value is (145,207,255). Sum of RGB (Red+Green+Blue) = 145+207+255=607 (80% of max value = 765). Red value is 145 (57.03% from 255 or 23.89% from 607); Green value is 207 (81.25% from 255 or 34.10% from 607); Blue value is 255 (100% from 255 or 42.01% from 607); Max value from RGB is 255 - color contains mainly: blue. Hex color #91CFFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91CFFF is #6E3000. Grayscale: #C1C1C1. Windows color (decimal): -7221249 or 16764817. OLE color: 16764817.
HSL color Cylindrical-coordinate representation of color #91CFFF: hue angle of 206.18º 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 #91CFFF is Cyan = 0.43, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 145 | 207 | 255 | - |
| CMYK | 0.43 | 0.19 | 0 | 0 |
| HSL | 206.18º | 1% | 0.78% | - |
| HSV(B) | 206.18º | 0.43% | 1% | - |
| XYZ | 52.04 | 57.87 | 103.03 | - |
| YUV | 193.93 | 162.46 | 93.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 207 | 255 | 0.43 | 0.19 | 0 | 0 | 206.18 | 1 | 0.78 |
| Hex | 91 | CF | FF | 2B | 13 | 0 | 0 | CE | 64 | 4E |
| Octal | 221 | 317 | 377 | 53 | 23 | 0 | 0 | 316 | 144 | 116 |
| Binary | 10010001 | 11001111 | 11111111 | 101011 | 10011 | 0 | 0 | 11001110 | 1100100 | 1001110 |
Color Harmonies of #91CFFF
Complementary color
Monochromatic Colors of #91CFFF
Black with #91CFFF
Text Example
Text Example
White with #91CFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91CFFF; }
p { color: rgb(145,207,255); }
H1.HeaderClassName
{
color: #91CFFF;
}
.AnyTagClassName
{
color: #91CFFF;
}
</style>
background-color css
<style>
a { background-color: #91CFFF; }
a { background-color: rgb(145,207,255); }
div.DivClassName
{
background-color: #91CFFF;
}
.BgClassName
{
background-color: #91CFFF;
}
</style>
border-color css
<style>
span { border-color: #91CFFF; }
span { border-color: rgb(145,207,255); }
td.TdClassName
{
border-color: #91CFFF;
}
.TagClassName
{
border-color: #91CFFF;
}
</style>