Shades of Anakiwa #91D4EF
Tints of Anakiwa #91D4EF
RGB
CMYK
RGB Variations
Color information
#91D4EF (or 0x91D4EF) is known color: Anakiwa. HEX triplet: 91, D4 and EF. RGB value is (145,212,239). Sum of RGB (Red+Green+Blue) = 145+212+239=596 (78% of max value = 765). Red value is 145 (57.03% from 255 or 24.33% from 596); Green value is 212 (83.20% from 255 or 35.57% from 596); Blue value is 239 (93.75% from 255 or 40.10% from 596); Max value from RGB is 239 - color contains mainly: blue. Hex color #91D4EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91D4EF is #6E2B10. Grayscale: #C2C2C2. Windows color (decimal): -7219985 or 15717521. OLE color: 15717521.
HSL color Cylindrical-coordinate representation of color #91D4EF: hue angle of 197.23º 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 #91D4EF is Cyan = 0.39, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 145 | 212 | 239 | - |
| CMYK | 0.39 | 0.11 | 0 | 0.06 |
| HSL | 197.23º | 0.75% | 0.75% | - |
| HSV(B) | 197.23º | 0.39% | 0.94% | - |
| XYZ | 50.8 | 59.34 | 90.44 | - |
| YUV | 195.05 | 152.8 | 92.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 212 | 239 | 0.39 | 0.11 | 0 | 0.06 | 197.23 | 0.75 | 0.75 |
| Hex | 91 | D4 | EF | 27 | B | 0 | 6 | C5 | 4B | 4B |
| Octal | 221 | 324 | 357 | 47 | 13 | 0 | 6 | 305 | 113 | 113 |
| Binary | 10010001 | 11010100 | 11101111 | 100111 | 1011 | 0 | 110 | 11000101 | 1001011 | 1001011 |
Color Harmonies of #91D4EF
Complementary color
Monochromatic Colors of #91D4EF
Black with #91D4EF
Text Example
Text Example
White with #91D4EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91D4EF; }
p { color: rgb(145,212,239); }
H1.HeaderClassName
{
color: #91D4EF;
}
.AnyTagClassName
{
color: #91D4EF;
}
</style>
background-color css
<style>
a { background-color: #91D4EF; }
a { background-color: rgb(145,212,239); }
div.DivClassName
{
background-color: #91D4EF;
}
.BgClassName
{
background-color: #91D4EF;
}
</style>
border-color css
<style>
span { border-color: #91D4EF; }
span { border-color: rgb(145,212,239); }
td.TdClassName
{
border-color: #91D4EF;
}
.TagClassName
{
border-color: #91D4EF;
}
</style>