Shades of Anakiwa #8BCAE6
Tints of Anakiwa #8BCAE6
RGB
CMYK
RGB Variations
Color information
#8BCAE6 (or 0x8BCAE6) is known color: Anakiwa. HEX triplet: 8B, CA and E6. RGB value is (139,202,230). Sum of RGB (Red+Green+Blue) = 139+202+230=571 (75% of max value = 765). Red value is 139 (54.69% from 255 or 24.34% from 571); Green value is 202 (79.30% from 255 or 35.38% from 571); Blue value is 230 (90.23% from 255 or 40.28% from 571); Max value from RGB is 230 - color contains mainly: blue. Hex color #8BCAE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BCAE6 is #743519. Grayscale: #BABABA. Windows color (decimal): -7615770 or 15125131. OLE color: 15125131.
HSL color Cylindrical-coordinate representation of color #8BCAE6: hue angle of 198.46º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8BCAE6 is Cyan = 0.40, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 139 | 202 | 230 | - |
| CMYK | 0.40 | 0.12 | 0 | 0.10 |
| HSL | 198.46º | 0.65% | 0.72% | - |
| HSV(B) | 198.46º | 0.4% | 0.9% | - |
| XYZ | 46.05 | 53.44 | 82.75 | - |
| YUV | 186.36 | 152.63 | 94.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 202 | 230 | 0.40 | 0.12 | 0 | 0.10 | 198.46 | 0.65 | 0.72 |
| Hex | 8B | CA | E6 | 28 | C | 0 | A | C6 | 41 | 48 |
| Octal | 213 | 312 | 346 | 50 | 14 | 0 | 12 | 306 | 101 | 110 |
| Binary | 10001011 | 11001010 | 11100110 | 101000 | 1100 | 0 | 1010 | 11000110 | 1000001 | 1001000 |
Color Harmonies of #8BCAE6
Complementary color
Monochromatic Colors of #8BCAE6
Black with #8BCAE6
Text Example
Text Example
White with #8BCAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCAE6; }
p { color: rgb(139,202,230); }
H1.HeaderClassName
{
color: #8BCAE6;
}
.AnyTagClassName
{
color: #8BCAE6;
}
</style>
background-color css
<style>
a { background-color: #8BCAE6; }
a { background-color: rgb(139,202,230); }
div.DivClassName
{
background-color: #8BCAE6;
}
.BgClassName
{
background-color: #8BCAE6;
}
</style>
border-color css
<style>
span { border-color: #8BCAE6; }
span { border-color: rgb(139,202,230); }
td.TdClassName
{
border-color: #8BCAE6;
}
.TagClassName
{
border-color: #8BCAE6;
}
</style>