Shades of Anakiwa #8BD2EF
Tints of Anakiwa #8BD2EF
RGB
CMYK
RGB Variations
Color information
#8BD2EF (or 0x8BD2EF) is known color: Anakiwa. HEX triplet: 8B, D2 and EF. RGB value is (139,210,239). Sum of RGB (Red+Green+Blue) = 139+210+239=588 (77% of max value = 765). Red value is 139 (54.69% from 255 or 23.64% from 588); Green value is 210 (82.42% from 255 or 35.71% from 588); Blue value is 239 (93.75% from 255 or 40.65% from 588); Max value from RGB is 239 - color contains mainly: blue. Hex color #8BD2EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BD2EF is #742D10. Grayscale: #BFBFBF. Windows color (decimal): -7613713 or 15717003. OLE color: 15717003.
HSL color Cylindrical-coordinate representation of color #8BD2EF: hue angle of 197.4º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8BD2EF is Cyan = 0.42, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 139 | 210 | 239 | - |
| CMYK | 0.42 | 0.12 | 0 | 0.06 |
| HSL | 197.4º | 0.76% | 0.74% | - |
| HSV(B) | 197.4º | 0.42% | 0.94% | - |
| XYZ | 49.27 | 57.81 | 90.22 | - |
| YUV | 192.08 | 154.48 | 90.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 210 | 239 | 0.42 | 0.12 | 0 | 0.06 | 197.4 | 0.76 | 0.74 |
| Hex | 8B | D2 | EF | 2A | C | 0 | 6 | C5 | 4C | 4A |
| Octal | 213 | 322 | 357 | 52 | 14 | 0 | 6 | 305 | 114 | 112 |
| Binary | 10001011 | 11010010 | 11101111 | 101010 | 1100 | 0 | 110 | 11000101 | 1001100 | 1001010 |
Color Harmonies of #8BD2EF
Complementary color
Monochromatic Colors of #8BD2EF
Black with #8BD2EF
Text Example
Text Example
White with #8BD2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD2EF; }
p { color: rgb(139,210,239); }
H1.HeaderClassName
{
color: #8BD2EF;
}
.AnyTagClassName
{
color: #8BD2EF;
}
</style>
background-color css
<style>
a { background-color: #8BD2EF; }
a { background-color: rgb(139,210,239); }
div.DivClassName
{
background-color: #8BD2EF;
}
.BgClassName
{
background-color: #8BD2EF;
}
</style>
border-color css
<style>
span { border-color: #8BD2EF; }
span { border-color: rgb(139,210,239); }
td.TdClassName
{
border-color: #8BD2EF;
}
.TagClassName
{
border-color: #8BD2EF;
}
</style>