Shades of Anakiwa #8BD9E5
Tints of Anakiwa #8BD9E5
RGB
CMYK
RGB Variations
Color information
#8BD9E5 (or 0x8BD9E5) is known color: Anakiwa. HEX triplet: 8B, D9 and E5. RGB value is (139,217,229). Sum of RGB (Red+Green+Blue) = 139+217+229=585 (77% of max value = 765). Red value is 139 (54.69% from 255 or 23.76% from 585); Green value is 217 (85.16% from 255 or 37.09% from 585); Blue value is 229 (89.84% from 255 or 39.15% from 585); Max value from RGB is 229 - color contains mainly: blue. Hex color #8BD9E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BD9E5 is #74261A. Grayscale: #C2C2C2. Windows color (decimal): -7611931 or 15063435. OLE color: 15063435.
HSL color Cylindrical-coordinate representation of color #8BD9E5: hue angle of 188º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8BD9E5 is Cyan = 0.39, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 139 | 217 | 229 | - |
| CMYK | 0.39 | 0.05 | 0 | 0.10 |
| HSL | 188º | 0.63% | 0.72% | - |
| HSV(B) | 188º | 0.39% | 0.9% | - |
| XYZ | 49.6 | 60.77 | 83.24 | - |
| YUV | 195.05 | 147.16 | 88.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 217 | 229 | 0.39 | 0.05 | 0 | 0.10 | 188 | 0.63 | 0.72 |
| Hex | 8B | D9 | E5 | 27 | 5 | 0 | A | BC | 3F | 48 |
| Octal | 213 | 331 | 345 | 47 | 5 | 0 | 12 | 274 | 77 | 110 |
| Binary | 10001011 | 11011001 | 11100101 | 100111 | 101 | 0 | 1010 | 10111100 | 111111 | 1001000 |
Color Harmonies of #8BD9E5
Complementary color
Monochromatic Colors of #8BD9E5
Black with #8BD9E5
Text Example
Text Example
White with #8BD9E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD9E5; }
p { color: rgb(139,217,229); }
H1.HeaderClassName
{
color: #8BD9E5;
}
.AnyTagClassName
{
color: #8BD9E5;
}
</style>
background-color css
<style>
a { background-color: #8BD9E5; }
a { background-color: rgb(139,217,229); }
div.DivClassName
{
background-color: #8BD9E5;
}
.BgClassName
{
background-color: #8BD9E5;
}
</style>
border-color css
<style>
span { border-color: #8BD9E5; }
span { border-color: rgb(139,217,229); }
td.TdClassName
{
border-color: #8BD9E5;
}
.TagClassName
{
border-color: #8BD9E5;
}
</style>