Shades of Anakiwa #91CDE1
Tints of Anakiwa #91CDE1
RGB
CMYK
RGB Variations
Color information
#91CDE1 (or 0x91CDE1) is known color: Anakiwa. HEX triplet: 91, CD and E1. RGB value is (145,205,225). Sum of RGB (Red+Green+Blue) = 145+205+225=575 (76% of max value = 765). Red value is 145 (57.03% from 255 or 25.22% from 575); Green value is 205 (80.47% from 255 or 35.65% from 575); Blue value is 225 (88.28% from 255 or 39.13% from 575); Max value from RGB is 225 - color contains mainly: blue. Hex color #91CDE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91CDE1 is #6E321E. Grayscale: #BDBDBD. Windows color (decimal): -7221791 or 14798225. OLE color: 14798225.
HSL color Cylindrical-coordinate representation of color #91CDE1: hue angle of 195º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #91CDE1 is Cyan = 0.36, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 145 | 205 | 225 | - |
| CMYK | 0.36 | 0.09 | 0 | 0.12 |
| HSL | 195º | 0.57% | 0.73% | - |
| HSV(B) | 195º | 0.36% | 0.88% | - |
| XYZ | 47.1 | 55.12 | 79.39 | - |
| YUV | 189.34 | 148.12 | 96.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 205 | 225 | 0.36 | 0.09 | 0 | 0.12 | 195 | 0.57 | 0.73 |
| Hex | 91 | CD | E1 | 24 | 9 | 0 | C | C3 | 39 | 49 |
| Octal | 221 | 315 | 341 | 44 | 11 | 0 | 14 | 303 | 71 | 111 |
| Binary | 10010001 | 11001101 | 11100001 | 100100 | 1001 | 0 | 1100 | 11000011 | 111001 | 1001001 |
Color Harmonies of #91CDE1
Complementary color
Monochromatic Colors of #91CDE1
Black with #91CDE1
Text Example
Text Example
White with #91CDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91CDE1; }
p { color: rgb(145,205,225); }
H1.HeaderClassName
{
color: #91CDE1;
}
.AnyTagClassName
{
color: #91CDE1;
}
</style>
background-color css
<style>
a { background-color: #91CDE1; }
a { background-color: rgb(145,205,225); }
div.DivClassName
{
background-color: #91CDE1;
}
.BgClassName
{
background-color: #91CDE1;
}
</style>
border-color css
<style>
span { border-color: #91CDE1; }
span { border-color: rgb(145,205,225); }
td.TdClassName
{
border-color: #91CDE1;
}
.TagClassName
{
border-color: #91CDE1;
}
</style>