Shades of Anakiwa #91CEE5
Tints of Anakiwa #91CEE5
RGB
CMYK
RGB Variations
Color information
#91CEE5 (or 0x91CEE5) is known color: Anakiwa. HEX triplet: 91, CE and E5. RGB value is (145,206,229). Sum of RGB (Red+Green+Blue) = 145+206+229=580 (76% of max value = 765). Red value is 145 (57.03% from 255 or 25% from 580); Green value is 206 (80.86% from 255 or 35.52% from 580); Blue value is 229 (89.84% from 255 or 39.48% from 580); Max value from RGB is 229 - color contains mainly: blue. Hex color #91CEE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91CEE5 is #6E311A. Grayscale: #BEBEBE. Windows color (decimal): -7221531 or 15060625. OLE color: 15060625.
HSL color Cylindrical-coordinate representation of color #91CEE5: hue angle of 196.43º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #91CEE5 is Cyan = 0.37, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 145 | 206 | 229 | - |
| CMYK | 0.37 | 0.10 | 0 | 0.10 |
| HSL | 196.43º | 0.62% | 0.73% | - |
| HSV(B) | 196.43º | 0.37% | 0.9% | - |
| XYZ | 47.89 | 55.82 | 82.38 | - |
| YUV | 190.38 | 149.79 | 95.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 206 | 229 | 0.37 | 0.10 | 0 | 0.10 | 196.43 | 0.62 | 0.73 |
| Hex | 91 | CE | E5 | 25 | A | 0 | A | C4 | 3E | 49 |
| Octal | 221 | 316 | 345 | 45 | 12 | 0 | 12 | 304 | 76 | 111 |
| Binary | 10010001 | 11001110 | 11100101 | 100101 | 1010 | 0 | 1010 | 11000100 | 111110 | 1001001 |
Color Harmonies of #91CEE5
Complementary color
Monochromatic Colors of #91CEE5
Black with #91CEE5
Text Example
Text Example
White with #91CEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91CEE5; }
p { color: rgb(145,206,229); }
H1.HeaderClassName
{
color: #91CEE5;
}
.AnyTagClassName
{
color: #91CEE5;
}
</style>
background-color css
<style>
a { background-color: #91CEE5; }
a { background-color: rgb(145,206,229); }
div.DivClassName
{
background-color: #91CEE5;
}
.BgClassName
{
background-color: #91CEE5;
}
</style>
border-color css
<style>
span { border-color: #91CEE5; }
span { border-color: rgb(145,206,229); }
td.TdClassName
{
border-color: #91CEE5;
}
.TagClassName
{
border-color: #91CEE5;
}
</style>