Shades of Anakiwa #8DCBE8
Tints of Anakiwa #8DCBE8
RGB
CMYK
RGB Variations
Color information
#8DCBE8 (or 0x8DCBE8) is known color: Anakiwa. HEX triplet: 8D, CB and E8. RGB value is (141,203,232). Sum of RGB (Red+Green+Blue) = 141+203+232=576 (76% of max value = 765). Red value is 141 (55.47% from 255 or 24.48% from 576); Green value is 203 (79.69% from 255 or 35.24% from 576); Blue value is 232 (91.02% from 255 or 40.28% from 576); Max value from RGB is 232 - color contains mainly: blue. Hex color #8DCBE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DCBE8 is #723417. Grayscale: #BBBBBB. Windows color (decimal): -7484440 or 15256461. OLE color: 15256461.
HSL color Cylindrical-coordinate representation of color #8DCBE8: hue angle of 199.12º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8DCBE8 is Cyan = 0.39, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 141 | 203 | 232 | - |
| CMYK | 0.39 | 0.12 | 0 | 0.09 |
| HSL | 199.12º | 0.66% | 0.73% | - |
| HSV(B) | 199.12º | 0.39% | 0.91% | - |
| XYZ | 46.91 | 54.2 | 84.33 | - |
| YUV | 187.77 | 152.96 | 94.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 203 | 232 | 0.39 | 0.12 | 0 | 0.09 | 199.12 | 0.66 | 0.73 |
| Hex | 8D | CB | E8 | 27 | C | 0 | 9 | C7 | 42 | 49 |
| Octal | 215 | 313 | 350 | 47 | 14 | 0 | 11 | 307 | 102 | 111 |
| Binary | 10001101 | 11001011 | 11101000 | 100111 | 1100 | 0 | 1001 | 11000111 | 1000010 | 1001001 |
Color Harmonies of #8DCBE8
Complementary color
Monochromatic Colors of #8DCBE8
Black with #8DCBE8
Text Example
Text Example
White with #8DCBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCBE8; }
p { color: rgb(141,203,232); }
H1.HeaderClassName
{
color: #8DCBE8;
}
.AnyTagClassName
{
color: #8DCBE8;
}
</style>
background-color css
<style>
a { background-color: #8DCBE8; }
a { background-color: rgb(141,203,232); }
div.DivClassName
{
background-color: #8DCBE8;
}
.BgClassName
{
background-color: #8DCBE8;
}
</style>
border-color css
<style>
span { border-color: #8DCBE8; }
span { border-color: rgb(141,203,232); }
td.TdClassName
{
border-color: #8DCBE8;
}
.TagClassName
{
border-color: #8DCBE8;
}
</style>