Shades of Anakiwa #8BC3E1
Tints of Anakiwa #8BC3E1
RGB
CMYK
RGB Variations
Color information
#8BC3E1 (or 0x8BC3E1) is known color: Anakiwa. HEX triplet: 8B, C3 and E1. RGB value is (139,195,225). Sum of RGB (Red+Green+Blue) = 139+195+225=559 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.87% from 559); Green value is 195 (76.56% from 255 or 34.88% from 559); Blue value is 225 (88.28% from 255 or 40.25% from 559); Max value from RGB is 225 - color contains mainly: blue. Hex color #8BC3E1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BC3E1 is #743C1E. Grayscale: #B5B5B5. Windows color (decimal): -7617567 or 14795659. OLE color: 14795659.
HSL color Cylindrical-coordinate representation of color #8BC3E1: hue angle of 200.93º 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 #8BC3E1 is Cyan = 0.38, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 139 | 195 | 225 | - |
| CMYK | 0.38 | 0.13 | 0 | 0.12 |
| HSL | 200.93º | 0.59% | 0.71% | - |
| HSV(B) | 200.93º | 0.38% | 0.88% | - |
| XYZ | 43.75 | 49.96 | 78.57 | - |
| YUV | 181.68 | 152.45 | 97.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 195 | 225 | 0.38 | 0.13 | 0 | 0.12 | 200.93 | 0.59 | 0.71 |
| Hex | 8B | C3 | E1 | 26 | D | 0 | C | C9 | 3B | 47 |
| Octal | 213 | 303 | 341 | 46 | 15 | 0 | 14 | 311 | 73 | 107 |
| Binary | 10001011 | 11000011 | 11100001 | 100110 | 1101 | 0 | 1100 | 11001001 | 111011 | 1000111 |
Color Harmonies of #8BC3E1
Complementary color
Monochromatic Colors of #8BC3E1
Black with #8BC3E1
Text Example
Text Example
White with #8BC3E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC3E1; }
p { color: rgb(139,195,225); }
H1.HeaderClassName
{
color: #8BC3E1;
}
.AnyTagClassName
{
color: #8BC3E1;
}
</style>
background-color css
<style>
a { background-color: #8BC3E1; }
a { background-color: rgb(139,195,225); }
div.DivClassName
{
background-color: #8BC3E1;
}
.BgClassName
{
background-color: #8BC3E1;
}
</style>
border-color css
<style>
span { border-color: #8BC3E1; }
span { border-color: rgb(139,195,225); }
td.TdClassName
{
border-color: #8BC3E1;
}
.TagClassName
{
border-color: #8BC3E1;
}
</style>