Shades of Anakiwa #8BD0F1
Tints of Anakiwa #8BD0F1
RGB
CMYK
RGB Variations
Color information
#8BD0F1 (or 0x8BD0F1) is known color: Anakiwa. HEX triplet: 8B, D0 and F1. RGB value is (139,208,241). Sum of RGB (Red+Green+Blue) = 139+208+241=588 (77% of max value = 765). Red value is 139 (54.69% from 255 or 23.64% from 588); Green value is 208 (81.64% from 255 or 35.37% from 588); Blue value is 241 (94.53% from 255 or 40.99% from 588); Max value from RGB is 241 - color contains mainly: blue. Hex color #8BD0F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BD0F1 is #742F0E. Grayscale: #BEBEBE. Windows color (decimal): -7614223 or 15847563. OLE color: 15847563.
HSL color Cylindrical-coordinate representation of color #8BD0F1: hue angle of 199.41º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8BD0F1 is Cyan = 0.42, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 139 | 208 | 241 | - |
| CMYK | 0.42 | 0.14 | 0 | 0.05 |
| HSL | 199.41º | 0.78% | 0.75% | - |
| HSV(B) | 199.41º | 0.42% | 0.95% | - |
| XYZ | 49.08 | 56.95 | 91.63 | - |
| YUV | 191.13 | 156.14 | 90.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 208 | 241 | 0.42 | 0.14 | 0 | 0.05 | 199.41 | 0.78 | 0.75 |
| Hex | 8B | D0 | F1 | 2A | E | 0 | 5 | C7 | 4E | 4B |
| Octal | 213 | 320 | 361 | 52 | 16 | 0 | 5 | 307 | 116 | 113 |
| Binary | 10001011 | 11010000 | 11110001 | 101010 | 1110 | 0 | 101 | 11000111 | 1001110 | 1001011 |
Color Harmonies of #8BD0F1
Complementary color
Monochromatic Colors of #8BD0F1
Black with #8BD0F1
Text Example
Text Example
White with #8BD0F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD0F1; }
p { color: rgb(139,208,241); }
H1.HeaderClassName
{
color: #8BD0F1;
}
.AnyTagClassName
{
color: #8BD0F1;
}
</style>
background-color css
<style>
a { background-color: #8BD0F1; }
a { background-color: rgb(139,208,241); }
div.DivClassName
{
background-color: #8BD0F1;
}
.BgClassName
{
background-color: #8BD0F1;
}
</style>
border-color css
<style>
span { border-color: #8BD0F1; }
span { border-color: rgb(139,208,241); }
td.TdClassName
{
border-color: #8BD0F1;
}
.TagClassName
{
border-color: #8BD0F1;
}
</style>