Shades of Anakiwa #8DCBEB
Tints of Anakiwa #8DCBEB
RGB
CMYK
RGB Variations
Color information
#8DCBEB (or 0x8DCBEB) is known color: Anakiwa. HEX triplet: 8D, CB and EB. RGB value is (141,203,235). Sum of RGB (Red+Green+Blue) = 141+203+235=579 (76% of max value = 765). Red value is 141 (55.47% from 255 or 24.35% from 579); Green value is 203 (79.69% from 255 or 35.06% from 579); Blue value is 235 (92.19% from 255 or 40.59% from 579); Max value from RGB is 235 - color contains mainly: blue. Hex color #8DCBEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DCBEB is #723414. Grayscale: #BBBBBB. Windows color (decimal): -7484437 or 15453069. OLE color: 15453069.
HSL color Cylindrical-coordinate representation of color #8DCBEB: hue angle of 200.43º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8DCBEB is Cyan = 0.4, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 141 | 203 | 235 | - |
| CMYK | 0.4 | 0.14 | 0 | 0.08 |
| HSL | 200.43º | 0.7% | 0.74% | - |
| HSV(B) | 200.43º | 0.4% | 0.92% | - |
| XYZ | 47.34 | 54.37 | 86.6 | - |
| YUV | 188.11 | 154.46 | 94.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 203 | 235 | 0.4 | 0.14 | 0 | 0.08 | 200.43 | 0.7 | 0.74 |
| Hex | 8D | CB | EB | 28 | E | 0 | 8 | C8 | 46 | 4A |
| Octal | 215 | 313 | 353 | 50 | 16 | 0 | 10 | 310 | 106 | 112 |
| Binary | 10001101 | 11001011 | 11101011 | 101000 | 1110 | 0 | 1000 | 11001000 | 1000110 | 1001010 |
Color Harmonies of #8DCBEB
Complementary color
Monochromatic Colors of #8DCBEB
Black with #8DCBEB
Text Example
Text Example
White with #8DCBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCBEB; }
p { color: rgb(141,203,235); }
H1.HeaderClassName
{
color: #8DCBEB;
}
.AnyTagClassName
{
color: #8DCBEB;
}
</style>
background-color css
<style>
a { background-color: #8DCBEB; }
a { background-color: rgb(141,203,235); }
div.DivClassName
{
background-color: #8DCBEB;
}
.BgClassName
{
background-color: #8DCBEB;
}
</style>
border-color css
<style>
span { border-color: #8DCBEB; }
span { border-color: rgb(141,203,235); }
td.TdClassName
{
border-color: #8DCBEB;
}
.TagClassName
{
border-color: #8DCBEB;
}
</style>