Shades of Anakiwa #91DCF2
Tints of Anakiwa #91DCF2
RGB
CMYK
RGB Variations
Color information
#91DCF2 (or 0x91DCF2) is known color: Anakiwa. HEX triplet: 91, DC and F2. RGB value is (145,220,242). Sum of RGB (Red+Green+Blue) = 145+220+242=607 (80% of max value = 765). Red value is 145 (57.03% from 255 or 23.89% from 607); Green value is 220 (86.33% from 255 or 36.24% from 607); Blue value is 242 (94.92% from 255 or 39.87% from 607); Max value from RGB is 242 - color contains mainly: blue. Hex color #91DCF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91DCF2 is #6E230D. Grayscale: #C7C7C7. Windows color (decimal): -7217934 or 15916177. OLE color: 15916177.
HSL color Cylindrical-coordinate representation of color #91DCF2: hue angle of 193.61º 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 #91DCF2 is Cyan = 0.40, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 145 | 220 | 242 | - |
| CMYK | 0.40 | 0.09 | 0 | 0.05 |
| HSL | 193.61º | 0.79% | 0.76% | - |
| HSV(B) | 193.61º | 0.4% | 0.95% | - |
| XYZ | 53.3 | 63.62 | 93.47 | - |
| YUV | 200.08 | 151.65 | 88.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 220 | 242 | 0.40 | 0.09 | 0 | 0.05 | 193.61 | 0.79 | 0.76 |
| Hex | 91 | DC | F2 | 28 | 9 | 0 | 5 | C2 | 4F | 4C |
| Octal | 221 | 334 | 362 | 50 | 11 | 0 | 5 | 302 | 117 | 114 |
| Binary | 10010001 | 11011100 | 11110010 | 101000 | 1001 | 0 | 101 | 11000010 | 1001111 | 1001100 |
Color Harmonies of #91DCF2
Complementary color
Monochromatic Colors of #91DCF2
Black with #91DCF2
Text Example
Text Example
White with #91DCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91DCF2; }
p { color: rgb(145,220,242); }
H1.HeaderClassName
{
color: #91DCF2;
}
.AnyTagClassName
{
color: #91DCF2;
}
</style>
background-color css
<style>
a { background-color: #91DCF2; }
a { background-color: rgb(145,220,242); }
div.DivClassName
{
background-color: #91DCF2;
}
.BgClassName
{
background-color: #91DCF2;
}
</style>
border-color css
<style>
span { border-color: #91DCF2; }
span { border-color: rgb(145,220,242); }
td.TdClassName
{
border-color: #91DCF2;
}
.TagClassName
{
border-color: #91DCF2;
}
</style>