Shades of Light Sky Blue #91CDFF
Tints of Light Sky Blue #91CDFF
RGB
CMYK
RGB Variations
Color information
#91CDFF (or 0x91CDFF) is known color: Light Sky Blue. HEX triplet: 91, CD and FF. RGB value is (145,205,255). Sum of RGB (Red+Green+Blue) = 145+205+255=605 (80% of max value = 765). Red value is 145 (57.03% from 255 or 23.97% from 605); Green value is 205 (80.47% from 255 or 33.88% from 605); Blue value is 255 (100% from 255 or 42.15% from 605); Max value from RGB is 255 - color contains mainly: blue. Hex color #91CDFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91CDFF is #6E3200. Grayscale: #C0C0C0. Windows color (decimal): -7221761 or 16764305. OLE color: 16764305.
HSL color Cylindrical-coordinate representation of color #91CDFF: hue angle of 207.27º 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 #91CDFF is Cyan = 0.43, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 145 | 205 | 255 | - |
| CMYK | 0.43 | 0.20 | 0 | 0 |
| HSL | 207.27º | 1% | 0.78% | - |
| HSV(B) | 207.27º | 0.43% | 1% | - |
| XYZ | 51.56 | 56.9 | 102.87 | - |
| YUV | 192.76 | 163.12 | 93.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 205 | 255 | 0.43 | 0.20 | 0 | 0 | 207.27 | 1 | 0.78 |
| Hex | 91 | CD | FF | 2B | 14 | 0 | 0 | CF | 64 | 4E |
| Octal | 221 | 315 | 377 | 53 | 24 | 0 | 0 | 317 | 144 | 116 |
| Binary | 10010001 | 11001101 | 11111111 | 101011 | 10100 | 0 | 0 | 11001111 | 1100100 | 1001110 |
Color Harmonies of #91CDFF
Complementary color
Monochromatic Colors of #91CDFF
Black with #91CDFF
Text Example
Text Example
White with #91CDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91CDFF; }
p { color: rgb(145,205,255); }
H1.HeaderClassName
{
color: #91CDFF;
}
.AnyTagClassName
{
color: #91CDFF;
}
</style>
background-color css
<style>
a { background-color: #91CDFF; }
a { background-color: rgb(145,205,255); }
div.DivClassName
{
background-color: #91CDFF;
}
.BgClassName
{
background-color: #91CDFF;
}
</style>
border-color css
<style>
span { border-color: #91CDFF; }
span { border-color: rgb(145,205,255); }
td.TdClassName
{
border-color: #91CDFF;
}
.TagClassName
{
border-color: #91CDFF;
}
</style>