Shades of Anakiwa #8BC9EA
Tints of Anakiwa #8BC9EA
RGB
CMYK
RGB Variations
Color information
#8BC9EA (or 0x8BC9EA) is known color: Anakiwa. HEX triplet: 8B, C9 and EA. RGB value is (139,201,234). Sum of RGB (Red+Green+Blue) = 139+201+234=574 (76% of max value = 765). Red value is 139 (54.69% from 255 or 24.22% from 574); Green value is 201 (78.91% from 255 or 35.02% from 574); Blue value is 234 (91.80% from 255 or 40.77% from 574); Max value from RGB is 234 - color contains mainly: blue. Hex color #8BC9EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BC9EA is #743615. Grayscale: #BABABA. Windows color (decimal): -7616022 or 15387019. OLE color: 15387019.
HSL color Cylindrical-coordinate representation of color #8BC9EA: hue angle of 200.84º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8BC9EA is Cyan = 0.41, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 139 | 201 | 234 | - |
| CMYK | 0.41 | 0.14 | 0 | 0.08 |
| HSL | 200.84º | 0.69% | 0.73% | - |
| HSV(B) | 200.84º | 0.41% | 0.92% | - |
| XYZ | 46.39 | 53.2 | 85.67 | - |
| YUV | 186.22 | 154.96 | 94.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 201 | 234 | 0.41 | 0.14 | 0 | 0.08 | 200.84 | 0.69 | 0.73 |
| Hex | 8B | C9 | EA | 29 | E | 0 | 8 | C9 | 45 | 49 |
| Octal | 213 | 311 | 352 | 51 | 16 | 0 | 10 | 311 | 105 | 111 |
| Binary | 10001011 | 11001001 | 11101010 | 101001 | 1110 | 0 | 1000 | 11001001 | 1000101 | 1001001 |
Color Harmonies of #8BC9EA
Complementary color
Monochromatic Colors of #8BC9EA
Black with #8BC9EA
Text Example
Text Example
White with #8BC9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC9EA; }
p { color: rgb(139,201,234); }
H1.HeaderClassName
{
color: #8BC9EA;
}
.AnyTagClassName
{
color: #8BC9EA;
}
</style>
background-color css
<style>
a { background-color: #8BC9EA; }
a { background-color: rgb(139,201,234); }
div.DivClassName
{
background-color: #8BC9EA;
}
.BgClassName
{
background-color: #8BC9EA;
}
</style>
border-color css
<style>
span { border-color: #8BC9EA; }
span { border-color: rgb(139,201,234); }
td.TdClassName
{
border-color: #8BC9EA;
}
.TagClassName
{
border-color: #8BC9EA;
}
</style>