Shades of Anakiwa #8BD1E7
Tints of Anakiwa #8BD1E7
RGB
CMYK
RGB Variations
Color information
#8BD1E7 (or 0x8BD1E7) is known color: Anakiwa. HEX triplet: 8B, D1 and E7. RGB value is (139,209,231). Sum of RGB (Red+Green+Blue) = 139+209+231=579 (76% of max value = 765). Red value is 139 (54.69% from 255 or 24.01% from 579); Green value is 209 (82.03% from 255 or 36.10% from 579); Blue value is 231 (90.62% from 255 or 39.90% from 579); Max value from RGB is 231 - color contains mainly: blue. Hex color #8BD1E7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BD1E7 is #742E18. Grayscale: #BEBEBE. Windows color (decimal): -7613977 or 15192459. OLE color: 15192459.
HSL color Cylindrical-coordinate representation of color #8BD1E7: hue angle of 194.35º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8BD1E7 is Cyan = 0.40, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 139 | 209 | 231 | - |
| CMYK | 0.40 | 0.10 | 0 | 0.09 |
| HSL | 194.35º | 0.66% | 0.73% | - |
| HSV(B) | 194.35º | 0.4% | 0.91% | - |
| XYZ | 47.87 | 56.86 | 84.05 | - |
| YUV | 190.58 | 150.81 | 91.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 209 | 231 | 0.40 | 0.10 | 0 | 0.09 | 194.35 | 0.66 | 0.73 |
| Hex | 8B | D1 | E7 | 28 | A | 0 | 9 | C2 | 42 | 49 |
| Octal | 213 | 321 | 347 | 50 | 12 | 0 | 11 | 302 | 102 | 111 |
| Binary | 10001011 | 11010001 | 11100111 | 101000 | 1010 | 0 | 1001 | 11000010 | 1000010 | 1001001 |
Color Harmonies of #8BD1E7
Complementary color
Monochromatic Colors of #8BD1E7
Black with #8BD1E7
Text Example
Text Example
White with #8BD1E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD1E7; }
p { color: rgb(139,209,231); }
H1.HeaderClassName
{
color: #8BD1E7;
}
.AnyTagClassName
{
color: #8BD1E7;
}
</style>
background-color css
<style>
a { background-color: #8BD1E7; }
a { background-color: rgb(139,209,231); }
div.DivClassName
{
background-color: #8BD1E7;
}
.BgClassName
{
background-color: #8BD1E7;
}
</style>
border-color css
<style>
span { border-color: #8BD1E7; }
span { border-color: rgb(139,209,231); }
td.TdClassName
{
border-color: #8BD1E7;
}
.TagClassName
{
border-color: #8BD1E7;
}
</style>