Shades of Anakiwa #8DCBE3
Tints of Anakiwa #8DCBE3
RGB
CMYK
RGB Variations
Color information
#8DCBE3 (or 0x8DCBE3) is known color: Anakiwa. HEX triplet: 8D, CB and E3. RGB value is (141,203,227). Sum of RGB (Red+Green+Blue) = 141+203+227=571 (75% of max value = 765). Red value is 141 (55.47% from 255 or 24.69% from 571); Green value is 203 (79.69% from 255 or 35.55% from 571); Blue value is 227 (89.06% from 255 or 39.75% from 571); Max value from RGB is 227 - color contains mainly: blue. Hex color #8DCBE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DCBE3 is #72341C. Grayscale: #BBBBBB. Windows color (decimal): -7484445 or 14928781. OLE color: 14928781.
HSL color Cylindrical-coordinate representation of color #8DCBE3: hue angle of 196.74º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8DCBE3 is Cyan = 0.38, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 141 | 203 | 227 | - |
| CMYK | 0.38 | 0.11 | 0 | 0.11 |
| HSL | 196.74º | 0.61% | 0.72% | - |
| HSV(B) | 196.74º | 0.38% | 0.89% | - |
| XYZ | 46.21 | 53.92 | 80.65 | - |
| YUV | 187.2 | 150.46 | 95.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 203 | 227 | 0.38 | 0.11 | 0 | 0.11 | 196.74 | 0.61 | 0.72 |
| Hex | 8D | CB | E3 | 26 | B | 0 | B | C5 | 3D | 48 |
| Octal | 215 | 313 | 343 | 46 | 13 | 0 | 13 | 305 | 75 | 110 |
| Binary | 10001101 | 11001011 | 11100011 | 100110 | 1011 | 0 | 1011 | 11000101 | 111101 | 1001000 |
Color Harmonies of #8DCBE3
Complementary color
Monochromatic Colors of #8DCBE3
Black with #8DCBE3
Text Example
Text Example
White with #8DCBE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCBE3; }
p { color: rgb(141,203,227); }
H1.HeaderClassName
{
color: #8DCBE3;
}
.AnyTagClassName
{
color: #8DCBE3;
}
</style>
background-color css
<style>
a { background-color: #8DCBE3; }
a { background-color: rgb(141,203,227); }
div.DivClassName
{
background-color: #8DCBE3;
}
.BgClassName
{
background-color: #8DCBE3;
}
</style>
border-color css
<style>
span { border-color: #8DCBE3; }
span { border-color: rgb(141,203,227); }
td.TdClassName
{
border-color: #8DCBE3;
}
.TagClassName
{
border-color: #8DCBE3;
}
</style>