Shades of Anakiwa #91DDEF
Tints of Anakiwa #91DDEF
RGB
CMYK
RGB Variations
Color information
#91DDEF (or 0x91DDEF) is known color: Anakiwa. HEX triplet: 91, DD and EF. RGB value is (145,221,239). Sum of RGB (Red+Green+Blue) = 145+221+239=605 (80% of max value = 765). Red value is 145 (57.03% from 255 or 23.97% from 605); Green value is 221 (86.72% from 255 or 36.53% from 605); Blue value is 239 (93.75% from 255 or 39.50% from 605); Max value from RGB is 239 - color contains mainly: blue. Hex color #91DDEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91DDEF is #6E2210. Grayscale: #C8C8C8. Windows color (decimal): -7217681 or 15719825. OLE color: 15719825.
HSL color Cylindrical-coordinate representation of color #91DDEF: hue angle of 191.49º 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 #91DDEF is Cyan = 0.39, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 145 | 221 | 239 | - |
| CMYK | 0.39 | 0.08 | 0 | 0.06 |
| HSL | 191.49º | 0.75% | 0.75% | - |
| HSV(B) | 191.49º | 0.39% | 0.94% | - |
| XYZ | 53.11 | 63.96 | 91.21 | - |
| YUV | 200.33 | 149.82 | 88.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 221 | 239 | 0.39 | 0.08 | 0 | 0.06 | 191.49 | 0.75 | 0.75 |
| Hex | 91 | DD | EF | 27 | 8 | 0 | 6 | BF | 4B | 4B |
| Octal | 221 | 335 | 357 | 47 | 10 | 0 | 6 | 277 | 113 | 113 |
| Binary | 10010001 | 11011101 | 11101111 | 100111 | 1000 | 0 | 110 | 10111111 | 1001011 | 1001011 |
Color Harmonies of #91DDEF
Complementary color
Monochromatic Colors of #91DDEF
Black with #91DDEF
Text Example
Text Example
White with #91DDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91DDEF; }
p { color: rgb(145,221,239); }
H1.HeaderClassName
{
color: #91DDEF;
}
.AnyTagClassName
{
color: #91DDEF;
}
</style>
background-color css
<style>
a { background-color: #91DDEF; }
a { background-color: rgb(145,221,239); }
div.DivClassName
{
background-color: #91DDEF;
}
.BgClassName
{
background-color: #91DDEF;
}
</style>
border-color css
<style>
span { border-color: #91DDEF; }
span { border-color: rgb(145,221,239); }
td.TdClassName
{
border-color: #91DDEF;
}
.TagClassName
{
border-color: #91DDEF;
}
</style>