Shades of Anakiwa #8BD3EE
Tints of Anakiwa #8BD3EE
RGB
CMYK
RGB Variations
Color information
#8BD3EE (or 0x8BD3EE) is known color: Anakiwa. HEX triplet: 8B, D3 and EE. RGB value is (139,211,238). Sum of RGB (Red+Green+Blue) = 139+211+238=588 (77% of max value = 765). Red value is 139 (54.69% from 255 or 23.64% from 588); Green value is 211 (82.81% from 255 or 35.88% from 588); Blue value is 238 (93.36% from 255 or 40.48% from 588); Max value from RGB is 238 - color contains mainly: blue. Hex color #8BD3EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BD3EE is #742C11. Grayscale: #C0C0C0. Windows color (decimal): -7613458 or 15651723. OLE color: 15651723.
HSL color Cylindrical-coordinate representation of color #8BD3EE: hue angle of 196.36º 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 #8BD3EE is Cyan = 0.42, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 139 | 211 | 238 | - |
| CMYK | 0.42 | 0.11 | 0 | 0.07 |
| HSL | 196.36º | 0.74% | 0.74% | - |
| HSV(B) | 196.36º | 0.42% | 0.93% | - |
| XYZ | 49.37 | 58.25 | 89.53 | - |
| YUV | 192.55 | 153.65 | 89.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 211 | 238 | 0.42 | 0.11 | 0 | 0.07 | 196.36 | 0.74 | 0.74 |
| Hex | 8B | D3 | EE | 2A | B | 0 | 7 | C4 | 4A | 4A |
| Octal | 213 | 323 | 356 | 52 | 13 | 0 | 7 | 304 | 112 | 112 |
| Binary | 10001011 | 11010011 | 11101110 | 101010 | 1011 | 0 | 111 | 11000100 | 1001010 | 1001010 |
Color Harmonies of #8BD3EE
Complementary color
Monochromatic Colors of #8BD3EE
Black with #8BD3EE
Text Example
Text Example
White with #8BD3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD3EE; }
p { color: rgb(139,211,238); }
H1.HeaderClassName
{
color: #8BD3EE;
}
.AnyTagClassName
{
color: #8BD3EE;
}
</style>
background-color css
<style>
a { background-color: #8BD3EE; }
a { background-color: rgb(139,211,238); }
div.DivClassName
{
background-color: #8BD3EE;
}
.BgClassName
{
background-color: #8BD3EE;
}
</style>
border-color css
<style>
span { border-color: #8BD3EE; }
span { border-color: rgb(139,211,238); }
td.TdClassName
{
border-color: #8BD3EE;
}
.TagClassName
{
border-color: #8BD3EE;
}
</style>