Shades of Anakiwa #8BD5EE
Tints of Anakiwa #8BD5EE
RGB
CMYK
RGB Variations
Color information
#8BD5EE (or 0x8BD5EE) is known color: Anakiwa. HEX triplet: 8B, D5 and EE. RGB value is (139,213,238). Sum of RGB (Red+Green+Blue) = 139+213+238=590 (78% of max value = 765). Red value is 139 (54.69% from 255 or 23.56% from 590); Green value is 213 (83.59% from 255 or 36.10% from 590); Blue value is 238 (93.36% from 255 or 40.34% from 590); Max value from RGB is 238 - color contains mainly: blue. Hex color #8BD5EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BD5EE is #742A11. Grayscale: #C1C1C1. Windows color (decimal): -7612946 or 15652235. OLE color: 15652235.
HSL color Cylindrical-coordinate representation of color #8BD5EE: hue angle of 195.15º 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 #8BD5EE is Cyan = 0.42, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 139 | 213 | 238 | - |
| CMYK | 0.42 | 0.11 | 0 | 0.07 |
| HSL | 195.15º | 0.74% | 0.74% | - |
| HSV(B) | 195.15º | 0.42% | 0.93% | - |
| XYZ | 49.87 | 59.25 | 89.7 | - |
| YUV | 193.72 | 152.98 | 88.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 213 | 238 | 0.42 | 0.11 | 0 | 0.07 | 195.15 | 0.74 | 0.74 |
| Hex | 8B | D5 | EE | 2A | B | 0 | 7 | C3 | 4A | 4A |
| Octal | 213 | 325 | 356 | 52 | 13 | 0 | 7 | 303 | 112 | 112 |
| Binary | 10001011 | 11010101 | 11101110 | 101010 | 1011 | 0 | 111 | 11000011 | 1001010 | 1001010 |
Color Harmonies of #8BD5EE
Complementary color
Monochromatic Colors of #8BD5EE
Black with #8BD5EE
Text Example
Text Example
White with #8BD5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD5EE; }
p { color: rgb(139,213,238); }
H1.HeaderClassName
{
color: #8BD5EE;
}
.AnyTagClassName
{
color: #8BD5EE;
}
</style>
background-color css
<style>
a { background-color: #8BD5EE; }
a { background-color: rgb(139,213,238); }
div.DivClassName
{
background-color: #8BD5EE;
}
.BgClassName
{
background-color: #8BD5EE;
}
</style>
border-color css
<style>
span { border-color: #8BD5EE; }
span { border-color: rgb(139,213,238); }
td.TdClassName
{
border-color: #8BD5EE;
}
.TagClassName
{
border-color: #8BD5EE;
}
</style>