Shades of Anakiwa #8BCAEB
Tints of Anakiwa #8BCAEB
RGB
CMYK
RGB Variations
Color information
#8BCAEB (or 0x8BCAEB) is known color: Anakiwa. HEX triplet: 8B, CA and EB. RGB value is (139,202,235). Sum of RGB (Red+Green+Blue) = 139+202+235=576 (76% of max value = 765). Red value is 139 (54.69% from 255 or 24.13% from 576); Green value is 202 (79.30% from 255 or 35.07% from 576); Blue value is 235 (92.19% from 255 or 40.80% from 576); Max value from RGB is 235 - color contains mainly: blue. Hex color #8BCAEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BCAEB is #743514. Grayscale: #BABABA. Windows color (decimal): -7615765 or 15452811. OLE color: 15452811.
HSL color Cylindrical-coordinate representation of color #8BCAEB: hue angle of 200.62º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8BCAEB is Cyan = 0.41, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 139 | 202 | 235 | - |
| CMYK | 0.41 | 0.14 | 0 | 0.08 |
| HSL | 200.63º | 0.71% | 0.73% | - |
| HSV(B) | 200.63º | 0.41% | 0.92% | - |
| XYZ | 46.76 | 53.73 | 86.5 | - |
| YUV | 186.93 | 155.13 | 93.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 202 | 235 | 0.41 | 0.14 | 0 | 0.08 | 200.63 | 0.71 | 0.73 |
| Hex | 8B | CA | EB | 29 | E | 0 | 8 | C9 | 47 | 49 |
| Octal | 213 | 312 | 353 | 51 | 16 | 0 | 10 | 311 | 107 | 111 |
| Binary | 10001011 | 11001010 | 11101011 | 101001 | 1110 | 0 | 1000 | 11001001 | 1000111 | 1001001 |
Color Harmonies of #8BCAEB
Complementary color
Monochromatic Colors of #8BCAEB
Black with #8BCAEB
Text Example
Text Example
White with #8BCAEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCAEB; }
p { color: rgb(139,202,235); }
H1.HeaderClassName
{
color: #8BCAEB;
}
.AnyTagClassName
{
color: #8BCAEB;
}
</style>
background-color css
<style>
a { background-color: #8BCAEB; }
a { background-color: rgb(139,202,235); }
div.DivClassName
{
background-color: #8BCAEB;
}
.BgClassName
{
background-color: #8BCAEB;
}
</style>
border-color css
<style>
span { border-color: #8BCAEB; }
span { border-color: rgb(139,202,235); }
td.TdClassName
{
border-color: #8BCAEB;
}
.TagClassName
{
border-color: #8BCAEB;
}
</style>