Shades of Anakiwa #91D2EB
Tints of Anakiwa #91D2EB
RGB
CMYK
RGB Variations
Color information
#91D2EB (or 0x91D2EB) is known color: Anakiwa. HEX triplet: 91, D2 and EB. RGB value is (145,210,235). Sum of RGB (Red+Green+Blue) = 145+210+235=590 (78% of max value = 765). Red value is 145 (57.03% from 255 or 24.58% from 590); Green value is 210 (82.42% from 255 or 35.59% from 590); Blue value is 235 (92.19% from 255 or 39.83% from 590); Max value from RGB is 235 - color contains mainly: blue. Hex color #91D2EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91D2EB is #6E2D14. Grayscale: #C1C1C1. Windows color (decimal): -7220501 or 15454865. OLE color: 15454865.
HSL color Cylindrical-coordinate representation of color #91D2EB: hue angle of 196.67º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #91D2EB is Cyan = 0.38, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 145 | 210 | 235 | - |
| CMYK | 0.38 | 0.11 | 0 | 0.08 |
| HSL | 196.67º | 0.69% | 0.75% | - |
| HSV(B) | 196.67º | 0.38% | 0.92% | - |
| XYZ | 49.72 | 58.11 | 87.19 | - |
| YUV | 193.42 | 151.47 | 93.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 210 | 235 | 0.38 | 0.11 | 0 | 0.08 | 196.67 | 0.69 | 0.75 |
| Hex | 91 | D2 | EB | 26 | B | 0 | 8 | C5 | 45 | 4B |
| Octal | 221 | 322 | 353 | 46 | 13 | 0 | 10 | 305 | 105 | 113 |
| Binary | 10010001 | 11010010 | 11101011 | 100110 | 1011 | 0 | 1000 | 11000101 | 1000101 | 1001011 |
Color Harmonies of #91D2EB
Complementary color
Monochromatic Colors of #91D2EB
Black with #91D2EB
Text Example
Text Example
White with #91D2EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91D2EB; }
p { color: rgb(145,210,235); }
H1.HeaderClassName
{
color: #91D2EB;
}
.AnyTagClassName
{
color: #91D2EB;
}
</style>
background-color css
<style>
a { background-color: #91D2EB; }
a { background-color: rgb(145,210,235); }
div.DivClassName
{
background-color: #91D2EB;
}
.BgClassName
{
background-color: #91D2EB;
}
</style>
border-color css
<style>
span { border-color: #91D2EB; }
span { border-color: rgb(145,210,235); }
td.TdClassName
{
border-color: #91D2EB;
}
.TagClassName
{
border-color: #91D2EB;
}
</style>