Shades of Anakiwa #8DDBEC
Tints of Anakiwa #8DDBEC
RGB
CMYK
RGB Variations
Color information
#8DDBEC (or 0x8DDBEC) is known color: Anakiwa. HEX triplet: 8D, DB and EC. RGB value is (141,219,236). Sum of RGB (Red+Green+Blue) = 141+219+236=596 (78% of max value = 765). Red value is 141 (55.47% from 255 or 23.66% from 596); Green value is 219 (85.94% from 255 or 36.74% from 596); Blue value is 236 (92.58% from 255 or 39.60% from 596); Max value from RGB is 236 - color contains mainly: blue. Hex color #8DDBEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DDBEC is #722413. Grayscale: #C5C5C5. Windows color (decimal): -7480340 or 15522701. OLE color: 15522701.
HSL color Cylindrical-coordinate representation of color #8DDBEC: hue angle of 190.74º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8DDBEC is Cyan = 0.40, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 219 | 236 | - |
| CMYK | 0.40 | 0.07 | 0 | 0.07 |
| HSL | 190.74º | 0.71% | 0.74% | - |
| HSV(B) | 190.74º | 0.4% | 0.93% | - |
| XYZ | 51.46 | 62.38 | 88.69 | - |
| YUV | 197.62 | 149.66 | 87.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 219 | 236 | 0.40 | 0.07 | 0 | 0.07 | 190.74 | 0.71 | 0.74 |
| Hex | 8D | DB | EC | 28 | 7 | 0 | 7 | BF | 47 | 4A |
| Octal | 215 | 333 | 354 | 50 | 7 | 0 | 7 | 277 | 107 | 112 |
| Binary | 10001101 | 11011011 | 11101100 | 101000 | 111 | 0 | 111 | 10111111 | 1000111 | 1001010 |
Color Harmonies of #8DDBEC
Complementary color
Monochromatic Colors of #8DDBEC
Black with #8DDBEC
Text Example
Text Example
White with #8DDBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDBEC; }
p { color: rgb(141,219,236); }
H1.HeaderClassName
{
color: #8DDBEC;
}
.AnyTagClassName
{
color: #8DDBEC;
}
</style>
background-color css
<style>
a { background-color: #8DDBEC; }
a { background-color: rgb(141,219,236); }
div.DivClassName
{
background-color: #8DDBEC;
}
.BgClassName
{
background-color: #8DDBEC;
}
</style>
border-color css
<style>
span { border-color: #8DDBEC; }
span { border-color: rgb(141,219,236); }
td.TdClassName
{
border-color: #8DDBEC;
}
.TagClassName
{
border-color: #8DDBEC;
}
</style>