Shades of Anakiwa #91D9F0
Tints of Anakiwa #91D9F0
RGB
CMYK
RGB Variations
Color information
#91D9F0 (or 0x91D9F0) is known color: Anakiwa. HEX triplet: 91, D9 and F0. RGB value is (145,217,240). Sum of RGB (Red+Green+Blue) = 145+217+240=602 (79% of max value = 765). Red value is 145 (57.03% from 255 or 24.09% from 602); Green value is 217 (85.16% from 255 or 36.05% from 602); Blue value is 240 (94.14% from 255 or 39.87% from 602); Max value from RGB is 240 - color contains mainly: blue. Hex color #91D9F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91D9F0 is #6E260F. Grayscale: #C5C5C5. Windows color (decimal): -7218704 or 15784337. OLE color: 15784337.
HSL color Cylindrical-coordinate representation of color #91D9F0: hue angle of 194.53º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #91D9F0 is Cyan = 0.40, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 145 | 217 | 240 | - |
| CMYK | 0.40 | 0.10 | 0 | 0.06 |
| HSL | 194.53º | 0.76% | 0.75% | - |
| HSV(B) | 194.53º | 0.4% | 0.94% | - |
| XYZ | 52.22 | 61.94 | 91.64 | - |
| YUV | 198.09 | 151.65 | 90.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 217 | 240 | 0.40 | 0.10 | 0 | 0.06 | 194.53 | 0.76 | 0.75 |
| Hex | 91 | D9 | F0 | 28 | A | 0 | 6 | C3 | 4C | 4B |
| Octal | 221 | 331 | 360 | 50 | 12 | 0 | 6 | 303 | 114 | 113 |
| Binary | 10010001 | 11011001 | 11110000 | 101000 | 1010 | 0 | 110 | 11000011 | 1001100 | 1001011 |
Color Harmonies of #91D9F0
Complementary color
Monochromatic Colors of #91D9F0
Black with #91D9F0
Text Example
Text Example
White with #91D9F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91D9F0; }
p { color: rgb(145,217,240); }
H1.HeaderClassName
{
color: #91D9F0;
}
.AnyTagClassName
{
color: #91D9F0;
}
</style>
background-color css
<style>
a { background-color: #91D9F0; }
a { background-color: rgb(145,217,240); }
div.DivClassName
{
background-color: #91D9F0;
}
.BgClassName
{
background-color: #91D9F0;
}
</style>
border-color css
<style>
span { border-color: #91D9F0; }
span { border-color: rgb(145,217,240); }
td.TdClassName
{
border-color: #91D9F0;
}
.TagClassName
{
border-color: #91D9F0;
}
</style>