Shades of Anakiwa #8BCFE3
Tints of Anakiwa #8BCFE3
RGB
CMYK
RGB Variations
Color information
#8BCFE3 (or 0x8BCFE3) is known color: Anakiwa. HEX triplet: 8B, CF and E3. RGB value is (139,207,227). Sum of RGB (Red+Green+Blue) = 139+207+227=573 (75% of max value = 765). Red value is 139 (54.69% from 255 or 24.26% from 573); Green value is 207 (81.25% from 255 or 36.13% from 573); Blue value is 227 (89.06% from 255 or 39.62% from 573); Max value from RGB is 227 - color contains mainly: blue. Hex color #8BCFE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BCFE3 is #74301C. Grayscale: #BCBCBC. Windows color (decimal): -7614493 or 14929803. OLE color: 14929803.
HSL color Cylindrical-coordinate representation of color #8BCFE3: hue angle of 193.64º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8BCFE3 is Cyan = 0.39, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 139 | 207 | 227 | - |
| CMYK | 0.39 | 0.09 | 0 | 0.11 |
| HSL | 193.64º | 0.61% | 0.72% | - |
| HSV(B) | 193.64º | 0.39% | 0.89% | - |
| XYZ | 46.83 | 55.66 | 80.95 | - |
| YUV | 188.95 | 149.47 | 92.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 207 | 227 | 0.39 | 0.09 | 0 | 0.11 | 193.64 | 0.61 | 0.72 |
| Hex | 8B | CF | E3 | 27 | 9 | 0 | B | C2 | 3D | 48 |
| Octal | 213 | 317 | 343 | 47 | 11 | 0 | 13 | 302 | 75 | 110 |
| Binary | 10001011 | 11001111 | 11100011 | 100111 | 1001 | 0 | 1011 | 11000010 | 111101 | 1001000 |
Color Harmonies of #8BCFE3
Complementary color
Monochromatic Colors of #8BCFE3
Black with #8BCFE3
Text Example
Text Example
White with #8BCFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCFE3; }
p { color: rgb(139,207,227); }
H1.HeaderClassName
{
color: #8BCFE3;
}
.AnyTagClassName
{
color: #8BCFE3;
}
</style>
background-color css
<style>
a { background-color: #8BCFE3; }
a { background-color: rgb(139,207,227); }
div.DivClassName
{
background-color: #8BCFE3;
}
.BgClassName
{
background-color: #8BCFE3;
}
</style>
border-color css
<style>
span { border-color: #8BCFE3; }
span { border-color: rgb(139,207,227); }
td.TdClassName
{
border-color: #8BCFE3;
}
.TagClassName
{
border-color: #8BCFE3;
}
</style>