Shades of Anakiwa #91D2EF
Tints of Anakiwa #91D2EF
RGB
CMYK
RGB Variations
Color information
#91D2EF (or 0x91D2EF) is known color: Anakiwa. HEX triplet: 91, D2 and EF. RGB value is (145,210,239). Sum of RGB (Red+Green+Blue) = 145+210+239=594 (78% of max value = 765). Red value is 145 (57.03% from 255 or 24.41% from 594); Green value is 210 (82.42% from 255 or 35.35% from 594); Blue value is 239 (93.75% from 255 or 40.24% from 594); Max value from RGB is 239 - color contains mainly: blue. Hex color #91D2EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91D2EF is #6E2D10. Grayscale: #C1C1C1. Windows color (decimal): -7220497 or 15717009. OLE color: 15717009.
HSL color Cylindrical-coordinate representation of color #91D2EF: hue angle of 198.51º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #91D2EF is Cyan = 0.39, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 145 | 210 | 239 | - |
| CMYK | 0.39 | 0.12 | 0 | 0.06 |
| HSL | 198.51º | 0.75% | 0.75% | - |
| HSV(B) | 198.51º | 0.39% | 0.94% | - |
| XYZ | 50.3 | 58.34 | 90.27 | - |
| YUV | 193.87 | 153.47 | 93.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 210 | 239 | 0.39 | 0.12 | 0 | 0.06 | 198.51 | 0.75 | 0.75 |
| Hex | 91 | D2 | EF | 27 | C | 0 | 6 | C7 | 4B | 4B |
| Octal | 221 | 322 | 357 | 47 | 14 | 0 | 6 | 307 | 113 | 113 |
| Binary | 10010001 | 11010010 | 11101111 | 100111 | 1100 | 0 | 110 | 11000111 | 1001011 | 1001011 |
Color Harmonies of #91D2EF
Complementary color
Monochromatic Colors of #91D2EF
Black with #91D2EF
Text Example
Text Example
White with #91D2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91D2EF; }
p { color: rgb(145,210,239); }
H1.HeaderClassName
{
color: #91D2EF;
}
.AnyTagClassName
{
color: #91D2EF;
}
</style>
background-color css
<style>
a { background-color: #91D2EF; }
a { background-color: rgb(145,210,239); }
div.DivClassName
{
background-color: #91D2EF;
}
.BgClassName
{
background-color: #91D2EF;
}
</style>
border-color css
<style>
span { border-color: #91D2EF; }
span { border-color: rgb(145,210,239); }
td.TdClassName
{
border-color: #91D2EF;
}
.TagClassName
{
border-color: #91D2EF;
}
</style>