Shades of Anakiwa #8BD2EE
Tints of Anakiwa #8BD2EE
RGB
CMYK
RGB Variations
Color information
#8BD2EE (or 0x8BD2EE) is known color: Anakiwa. HEX triplet: 8B, D2 and EE. RGB value is (139,210,238). Sum of RGB (Red+Green+Blue) = 139+210+238=587 (77% of max value = 765). Red value is 139 (54.69% from 255 or 23.68% from 587); Green value is 210 (82.42% from 255 or 35.78% from 587); Blue value is 238 (93.36% from 255 or 40.55% from 587); Max value from RGB is 238 - color contains mainly: blue. Hex color #8BD2EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BD2EE is #742D11. Grayscale: #BFBFBF. Windows color (decimal): -7613714 or 15651467. OLE color: 15651467.
HSL color Cylindrical-coordinate representation of color #8BD2EE: hue angle of 196.97º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8BD2EE is Cyan = 0.42, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 139 | 210 | 238 | - |
| CMYK | 0.42 | 0.12 | 0 | 0.07 |
| HSL | 196.97º | 0.74% | 0.74% | - |
| HSV(B) | 196.97º | 0.42% | 0.93% | - |
| XYZ | 49.13 | 57.76 | 89.45 | - |
| YUV | 191.96 | 153.98 | 90.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 210 | 238 | 0.42 | 0.12 | 0 | 0.07 | 196.97 | 0.74 | 0.74 |
| Hex | 8B | D2 | EE | 2A | C | 0 | 7 | C5 | 4A | 4A |
| Octal | 213 | 322 | 356 | 52 | 14 | 0 | 7 | 305 | 112 | 112 |
| Binary | 10001011 | 11010010 | 11101110 | 101010 | 1100 | 0 | 111 | 11000101 | 1001010 | 1001010 |
Color Harmonies of #8BD2EE
Complementary color
Monochromatic Colors of #8BD2EE
Black with #8BD2EE
Text Example
Text Example
White with #8BD2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD2EE; }
p { color: rgb(139,210,238); }
H1.HeaderClassName
{
color: #8BD2EE;
}
.AnyTagClassName
{
color: #8BD2EE;
}
</style>
background-color css
<style>
a { background-color: #8BD2EE; }
a { background-color: rgb(139,210,238); }
div.DivClassName
{
background-color: #8BD2EE;
}
.BgClassName
{
background-color: #8BD2EE;
}
</style>
border-color css
<style>
span { border-color: #8BD2EE; }
span { border-color: rgb(139,210,238); }
td.TdClassName
{
border-color: #8BD2EE;
}
.TagClassName
{
border-color: #8BD2EE;
}
</style>