Shades of Anakiwa #91DCEC
Tints of Anakiwa #91DCEC
RGB
CMYK
RGB Variations
Color information
#91DCEC (or 0x91DCEC) is known color: Anakiwa. HEX triplet: 91, DC and EC. RGB value is (145,220,236). Sum of RGB (Red+Green+Blue) = 145+220+236=601 (79% of max value = 765). Red value is 145 (57.03% from 255 or 24.13% from 601); Green value is 220 (86.33% from 255 or 36.61% from 601); Blue value is 236 (92.58% from 255 or 39.27% from 601); Max value from RGB is 236 - color contains mainly: blue. Hex color #91DCEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91DCEC is #6E2313. Grayscale: #C7C7C7. Windows color (decimal): -7217940 or 15522961. OLE color: 15522961.
HSL color Cylindrical-coordinate representation of color #91DCEC: hue angle of 190.55º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #91DCEC is Cyan = 0.39, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 145 | 220 | 236 | - |
| CMYK | 0.39 | 0.07 | 0 | 0.07 |
| HSL | 190.55º | 0.71% | 0.75% | - |
| HSV(B) | 190.55º | 0.39% | 0.93% | - |
| XYZ | 52.41 | 63.26 | 88.81 | - |
| YUV | 199.4 | 148.65 | 89.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 220 | 236 | 0.39 | 0.07 | 0 | 0.07 | 190.55 | 0.71 | 0.75 |
| Hex | 91 | DC | EC | 27 | 7 | 0 | 7 | BF | 47 | 4B |
| Octal | 221 | 334 | 354 | 47 | 7 | 0 | 7 | 277 | 107 | 113 |
| Binary | 10010001 | 11011100 | 11101100 | 100111 | 111 | 0 | 111 | 10111111 | 1000111 | 1001011 |
Color Harmonies of #91DCEC
Complementary color
Monochromatic Colors of #91DCEC
Black with #91DCEC
Text Example
Text Example
White with #91DCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91DCEC; }
p { color: rgb(145,220,236); }
H1.HeaderClassName
{
color: #91DCEC;
}
.AnyTagClassName
{
color: #91DCEC;
}
</style>
background-color css
<style>
a { background-color: #91DCEC; }
a { background-color: rgb(145,220,236); }
div.DivClassName
{
background-color: #91DCEC;
}
.BgClassName
{
background-color: #91DCEC;
}
</style>
border-color css
<style>
span { border-color: #91DCEC; }
span { border-color: rgb(145,220,236); }
td.TdClassName
{
border-color: #91DCEC;
}
.TagClassName
{
border-color: #91DCEC;
}
</style>