Shades of Anakiwa #8BCBEB
Tints of Anakiwa #8BCBEB
RGB
CMYK
RGB Variations
Color information
#8BCBEB (or 0x8BCBEB) is known color: Anakiwa. HEX triplet: 8B, CB and EB. RGB value is (139,203,235). Sum of RGB (Red+Green+Blue) = 139+203+235=577 (76% of max value = 765). Red value is 139 (54.69% from 255 or 24.09% from 577); Green value is 203 (79.69% from 255 or 35.18% from 577); Blue value is 235 (92.19% from 255 or 40.73% from 577); Max value from RGB is 235 - color contains mainly: blue. Hex color #8BCBEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BCBEB is #743414. Grayscale: #BBBBBB. Windows color (decimal): -7615509 or 15453067. OLE color: 15453067.
HSL color Cylindrical-coordinate representation of color #8BCBEB: hue angle of 200º 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 #8BCBEB is Cyan = 0.41, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 139 | 203 | 235 | - |
| CMYK | 0.41 | 0.14 | 0 | 0.08 |
| HSL | 200º | 0.71% | 0.73% | - |
| HSV(B) | 200º | 0.41% | 0.92% | - |
| XYZ | 47 | 54.2 | 86.58 | - |
| YUV | 187.51 | 154.8 | 93.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 203 | 235 | 0.41 | 0.14 | 0 | 0.08 | 200 | 0.71 | 0.73 |
| Hex | 8B | CB | EB | 29 | E | 0 | 8 | C8 | 47 | 49 |
| Octal | 213 | 313 | 353 | 51 | 16 | 0 | 10 | 310 | 107 | 111 |
| Binary | 10001011 | 11001011 | 11101011 | 101001 | 1110 | 0 | 1000 | 11001000 | 1000111 | 1001001 |
Color Harmonies of #8BCBEB
Complementary color
Monochromatic Colors of #8BCBEB
Black with #8BCBEB
Text Example
Text Example
White with #8BCBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCBEB; }
p { color: rgb(139,203,235); }
H1.HeaderClassName
{
color: #8BCBEB;
}
.AnyTagClassName
{
color: #8BCBEB;
}
</style>
background-color css
<style>
a { background-color: #8BCBEB; }
a { background-color: rgb(139,203,235); }
div.DivClassName
{
background-color: #8BCBEB;
}
.BgClassName
{
background-color: #8BCBEB;
}
</style>
border-color css
<style>
span { border-color: #8BCBEB; }
span { border-color: rgb(139,203,235); }
td.TdClassName
{
border-color: #8BCBEB;
}
.TagClassName
{
border-color: #8BCBEB;
}
</style>