Shades of Anakiwa #8BC6E7
Tints of Anakiwa #8BC6E7
RGB
CMYK
RGB Variations
Color information
#8BC6E7 (or 0x8BC6E7) is known color: Anakiwa. HEX triplet: 8B, C6 and E7. RGB value is (139,198,231). Sum of RGB (Red+Green+Blue) = 139+198+231=568 (75% of max value = 765). Red value is 139 (54.69% from 255 or 24.47% from 568); Green value is 198 (77.73% from 255 or 34.86% from 568); Blue value is 231 (90.62% from 255 or 40.67% from 568); Max value from RGB is 231 - color contains mainly: blue. Hex color #8BC6E7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BC6E7 is #743918. Grayscale: #B7B7B7. Windows color (decimal): -7616793 or 15189643. OLE color: 15189643.
HSL color Cylindrical-coordinate representation of color #8BC6E7: hue angle of 201.52º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8BC6E7 is Cyan = 0.40, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 139 | 198 | 231 | - |
| CMYK | 0.40 | 0.14 | 0 | 0.09 |
| HSL | 201.52º | 0.66% | 0.73% | - |
| HSV(B) | 201.52º | 0.4% | 0.91% | - |
| XYZ | 45.27 | 51.65 | 83.18 | - |
| YUV | 184.12 | 154.45 | 95.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 198 | 231 | 0.40 | 0.14 | 0 | 0.09 | 201.52 | 0.66 | 0.73 |
| Hex | 8B | C6 | E7 | 28 | E | 0 | 9 | CA | 42 | 49 |
| Octal | 213 | 306 | 347 | 50 | 16 | 0 | 11 | 312 | 102 | 111 |
| Binary | 10001011 | 11000110 | 11100111 | 101000 | 1110 | 0 | 1001 | 11001010 | 1000010 | 1001001 |
Color Harmonies of #8BC6E7
Complementary color
Monochromatic Colors of #8BC6E7
Black with #8BC6E7
Text Example
Text Example
White with #8BC6E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC6E7; }
p { color: rgb(139,198,231); }
H1.HeaderClassName
{
color: #8BC6E7;
}
.AnyTagClassName
{
color: #8BC6E7;
}
</style>
background-color css
<style>
a { background-color: #8BC6E7; }
a { background-color: rgb(139,198,231); }
div.DivClassName
{
background-color: #8BC6E7;
}
.BgClassName
{
background-color: #8BC6E7;
}
</style>
border-color css
<style>
span { border-color: #8BC6E7; }
span { border-color: rgb(139,198,231); }
td.TdClassName
{
border-color: #8BC6E7;
}
.TagClassName
{
border-color: #8BC6E7;
}
</style>