Shades of Anakiwa #91DBF2
Tints of Anakiwa #91DBF2
RGB
CMYK
RGB Variations
Color information
#91DBF2 (or 0x91DBF2) is known color: Anakiwa. HEX triplet: 91, DB and F2. RGB value is (145,219,242). Sum of RGB (Red+Green+Blue) = 145+219+242=606 (80% of max value = 765). Red value is 145 (57.03% from 255 or 23.93% from 606); Green value is 219 (85.94% from 255 or 36.14% from 606); Blue value is 242 (94.92% from 255 or 39.93% from 606); Max value from RGB is 242 - color contains mainly: blue. Hex color #91DBF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91DBF2 is #6E240D. Grayscale: #C7C7C7. Windows color (decimal): -7218190 or 15915921. OLE color: 15915921.
HSL color Cylindrical-coordinate representation of color #91DBF2: hue angle of 194.23º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #91DBF2 is Cyan = 0.40, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 145 | 219 | 242 | - |
| CMYK | 0.40 | 0.10 | 0 | 0.05 |
| HSL | 194.23º | 0.79% | 0.76% | - |
| HSV(B) | 194.23º | 0.4% | 0.95% | - |
| XYZ | 53.04 | 63.09 | 93.39 | - |
| YUV | 199.5 | 151.98 | 89.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 219 | 242 | 0.40 | 0.10 | 0 | 0.05 | 194.23 | 0.79 | 0.76 |
| Hex | 91 | DB | F2 | 28 | A | 0 | 5 | C2 | 4F | 4C |
| Octal | 221 | 333 | 362 | 50 | 12 | 0 | 5 | 302 | 117 | 114 |
| Binary | 10010001 | 11011011 | 11110010 | 101000 | 1010 | 0 | 101 | 11000010 | 1001111 | 1001100 |
Color Harmonies of #91DBF2
Complementary color
Monochromatic Colors of #91DBF2
Black with #91DBF2
Text Example
Text Example
White with #91DBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91DBF2; }
p { color: rgb(145,219,242); }
H1.HeaderClassName
{
color: #91DBF2;
}
.AnyTagClassName
{
color: #91DBF2;
}
</style>
background-color css
<style>
a { background-color: #91DBF2; }
a { background-color: rgb(145,219,242); }
div.DivClassName
{
background-color: #91DBF2;
}
.BgClassName
{
background-color: #91DBF2;
}
</style>
border-color css
<style>
span { border-color: #91DBF2; }
span { border-color: rgb(145,219,242); }
td.TdClassName
{
border-color: #91DBF2;
}
.TagClassName
{
border-color: #91DBF2;
}
</style>