Shades of Anakiwa #8BD4EE
Tints of Anakiwa #8BD4EE
RGB
CMYK
RGB Variations
Color information
#8BD4EE (or 0x8BD4EE) is known color: Anakiwa. HEX triplet: 8B, D4 and EE. RGB value is (139,212,238). Sum of RGB (Red+Green+Blue) = 139+212+238=589 (78% of max value = 765). Red value is 139 (54.69% from 255 or 23.60% from 589); Green value is 212 (83.20% from 255 or 35.99% from 589); Blue value is 238 (93.36% from 255 or 40.41% from 589); Max value from RGB is 238 - color contains mainly: blue. Hex color #8BD4EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BD4EE is #742B11. Grayscale: #C0C0C0. Windows color (decimal): -7613202 or 15651979. OLE color: 15651979.
HSL color Cylindrical-coordinate representation of color #8BD4EE: hue angle of 195.76º 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 #8BD4EE is Cyan = 0.42, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 139 | 212 | 238 | - |
| CMYK | 0.42 | 0.11 | 0 | 0.07 |
| HSL | 195.76º | 0.74% | 0.74% | - |
| HSV(B) | 195.76º | 0.42% | 0.93% | - |
| XYZ | 49.62 | 58.75 | 89.61 | - |
| YUV | 193.14 | 153.32 | 89.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 212 | 238 | 0.42 | 0.11 | 0 | 0.07 | 195.76 | 0.74 | 0.74 |
| Hex | 8B | D4 | EE | 2A | B | 0 | 7 | C4 | 4A | 4A |
| Octal | 213 | 324 | 356 | 52 | 13 | 0 | 7 | 304 | 112 | 112 |
| Binary | 10001011 | 11010100 | 11101110 | 101010 | 1011 | 0 | 111 | 11000100 | 1001010 | 1001010 |
Color Harmonies of #8BD4EE
Complementary color
Monochromatic Colors of #8BD4EE
Black with #8BD4EE
Text Example
Text Example
White with #8BD4EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD4EE; }
p { color: rgb(139,212,238); }
H1.HeaderClassName
{
color: #8BD4EE;
}
.AnyTagClassName
{
color: #8BD4EE;
}
</style>
background-color css
<style>
a { background-color: #8BD4EE; }
a { background-color: rgb(139,212,238); }
div.DivClassName
{
background-color: #8BD4EE;
}
.BgClassName
{
background-color: #8BD4EE;
}
</style>
border-color css
<style>
span { border-color: #8BD4EE; }
span { border-color: rgb(139,212,238); }
td.TdClassName
{
border-color: #8BD4EE;
}
.TagClassName
{
border-color: #8BD4EE;
}
</style>