Shades of Anakiwa #91DCEF
Tints of Anakiwa #91DCEF
RGB
CMYK
RGB Variations
Color information
#91DCEF (or 0x91DCEF) is known color: Anakiwa. HEX triplet: 91, DC and EF. RGB value is (145,220,239). Sum of RGB (Red+Green+Blue) = 145+220+239=604 (80% of max value = 765). Red value is 145 (57.03% from 255 or 24.01% from 604); Green value is 220 (86.33% from 255 or 36.42% from 604); Blue value is 239 (93.75% from 255 or 39.57% from 604); Max value from RGB is 239 - color contains mainly: blue. Hex color #91DCEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91DCEF is #6E2310. Grayscale: #C7C7C7. Windows color (decimal): -7217937 or 15719569. OLE color: 15719569.
HSL color Cylindrical-coordinate representation of color #91DCEF: hue angle of 192.13º 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 #91DCEF is Cyan = 0.39, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 145 | 220 | 239 | - |
| CMYK | 0.39 | 0.08 | 0 | 0.06 |
| HSL | 192.13º | 0.75% | 0.75% | - |
| HSV(B) | 192.13º | 0.39% | 0.94% | - |
| XYZ | 52.85 | 63.44 | 91.12 | - |
| YUV | 199.74 | 150.15 | 88.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 220 | 239 | 0.39 | 0.08 | 0 | 0.06 | 192.13 | 0.75 | 0.75 |
| Hex | 91 | DC | EF | 27 | 8 | 0 | 6 | C0 | 4B | 4B |
| Octal | 221 | 334 | 357 | 47 | 10 | 0 | 6 | 300 | 113 | 113 |
| Binary | 10010001 | 11011100 | 11101111 | 100111 | 1000 | 0 | 110 | 11000000 | 1001011 | 1001011 |
Color Harmonies of #91DCEF
Complementary color
Monochromatic Colors of #91DCEF
Black with #91DCEF
Text Example
Text Example
White with #91DCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91DCEF; }
p { color: rgb(145,220,239); }
H1.HeaderClassName
{
color: #91DCEF;
}
.AnyTagClassName
{
color: #91DCEF;
}
</style>
background-color css
<style>
a { background-color: #91DCEF; }
a { background-color: rgb(145,220,239); }
div.DivClassName
{
background-color: #91DCEF;
}
.BgClassName
{
background-color: #91DCEF;
}
</style>
border-color css
<style>
span { border-color: #91DCEF; }
span { border-color: rgb(145,220,239); }
td.TdClassName
{
border-color: #91DCEF;
}
.TagClassName
{
border-color: #91DCEF;
}
</style>