Shades of Anakiwa #8BCDE1
Tints of Anakiwa #8BCDE1
RGB
CMYK
RGB Variations
Color information
#8BCDE1 (or 0x8BCDE1) is known color: Anakiwa. HEX triplet: 8B, CD and E1. RGB value is (139,205,225). Sum of RGB (Red+Green+Blue) = 139+205+225=569 (75% of max value = 765). Red value is 139 (54.69% from 255 or 24.43% from 569); Green value is 205 (80.47% from 255 or 36.03% from 569); Blue value is 225 (88.28% from 255 or 39.54% from 569); Max value from RGB is 225 - color contains mainly: blue. Hex color #8BCDE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BCDE1 is #74321E. Grayscale: #BBBBBB. Windows color (decimal): -7615007 or 14798219. OLE color: 14798219.
HSL color Cylindrical-coordinate representation of color #8BCDE1: hue angle of 193.95º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8BCDE1 is Cyan = 0.38, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 139 | 205 | 225 | - |
| CMYK | 0.38 | 0.09 | 0 | 0.12 |
| HSL | 193.95º | 0.59% | 0.71% | - |
| HSV(B) | 193.95º | 0.38% | 0.88% | - |
| XYZ | 46.07 | 54.59 | 79.34 | - |
| YUV | 187.55 | 149.13 | 93.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 205 | 225 | 0.38 | 0.09 | 0 | 0.12 | 193.95 | 0.59 | 0.71 |
| Hex | 8B | CD | E1 | 26 | 9 | 0 | C | C2 | 3B | 47 |
| Octal | 213 | 315 | 341 | 46 | 11 | 0 | 14 | 302 | 73 | 107 |
| Binary | 10001011 | 11001101 | 11100001 | 100110 | 1001 | 0 | 1100 | 11000010 | 111011 | 1000111 |
Color Harmonies of #8BCDE1
Complementary color
Monochromatic Colors of #8BCDE1
Black with #8BCDE1
Text Example
Text Example
White with #8BCDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCDE1; }
p { color: rgb(139,205,225); }
H1.HeaderClassName
{
color: #8BCDE1;
}
.AnyTagClassName
{
color: #8BCDE1;
}
</style>
background-color css
<style>
a { background-color: #8BCDE1; }
a { background-color: rgb(139,205,225); }
div.DivClassName
{
background-color: #8BCDE1;
}
.BgClassName
{
background-color: #8BCDE1;
}
</style>
border-color css
<style>
span { border-color: #8BCDE1; }
span { border-color: rgb(139,205,225); }
td.TdClassName
{
border-color: #8BCDE1;
}
.TagClassName
{
border-color: #8BCDE1;
}
</style>