Shades of Anakiwa #8BD1EF
Tints of Anakiwa #8BD1EF
RGB
CMYK
RGB Variations
Color information
#8BD1EF (or 0x8BD1EF) is known color: Anakiwa. HEX triplet: 8B, D1 and EF. RGB value is (139,209,239). Sum of RGB (Red+Green+Blue) = 139+209+239=587 (77% of max value = 765). Red value is 139 (54.69% from 255 or 23.68% from 587); Green value is 209 (82.03% from 255 or 35.60% from 587); Blue value is 239 (93.75% from 255 or 40.72% from 587); Max value from RGB is 239 - color contains mainly: blue. Hex color #8BD1EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BD1EF is #742E10. Grayscale: #BFBFBF. Windows color (decimal): -7613969 or 15716747. OLE color: 15716747.
HSL color Cylindrical-coordinate representation of color #8BD1EF: hue angle of 198º 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 #8BD1EF is Cyan = 0.42, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 139 | 209 | 239 | - |
| CMYK | 0.42 | 0.13 | 0 | 0.06 |
| HSL | 198º | 0.76% | 0.74% | - |
| HSV(B) | 198º | 0.42% | 0.94% | - |
| XYZ | 49.03 | 57.32 | 90.14 | - |
| YUV | 191.49 | 154.81 | 90.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 209 | 239 | 0.42 | 0.13 | 0 | 0.06 | 198 | 0.76 | 0.74 |
| Hex | 8B | D1 | EF | 2A | D | 0 | 6 | C6 | 4C | 4A |
| Octal | 213 | 321 | 357 | 52 | 15 | 0 | 6 | 306 | 114 | 112 |
| Binary | 10001011 | 11010001 | 11101111 | 101010 | 1101 | 0 | 110 | 11000110 | 1001100 | 1001010 |
Color Harmonies of #8BD1EF
Complementary color
Monochromatic Colors of #8BD1EF
Black with #8BD1EF
Text Example
Text Example
White with #8BD1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD1EF; }
p { color: rgb(139,209,239); }
H1.HeaderClassName
{
color: #8BD1EF;
}
.AnyTagClassName
{
color: #8BD1EF;
}
</style>
background-color css
<style>
a { background-color: #8BD1EF; }
a { background-color: rgb(139,209,239); }
div.DivClassName
{
background-color: #8BD1EF;
}
.BgClassName
{
background-color: #8BD1EF;
}
</style>
border-color css
<style>
span { border-color: #8BD1EF; }
span { border-color: rgb(139,209,239); }
td.TdClassName
{
border-color: #8BD1EF;
}
.TagClassName
{
border-color: #8BD1EF;
}
</style>