Shades of Anakiwa #8FDBE6
Tints of Anakiwa #8FDBE6
RGB
CMYK
RGB Variations
Color information
#8FDBE6 (or 0x8FDBE6) is known color: Anakiwa. HEX triplet: 8F, DB and E6. RGB value is (143,219,230). Sum of RGB (Red+Green+Blue) = 143+219+230=592 (78% of max value = 765). Red value is 143 (56.25% from 255 or 24.16% from 592); Green value is 219 (85.94% from 255 or 36.99% from 592); Blue value is 230 (90.23% from 255 or 38.85% from 592); Max value from RGB is 230 - color contains mainly: blue. Hex color #8FDBE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FDBE6 is #702419. Grayscale: #C5C5C5. Windows color (decimal): -7349274 or 15129487. OLE color: 15129487.
HSL color Cylindrical-coordinate representation of color #8FDBE6: hue angle of 187.59º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8FDBE6 is Cyan = 0.38, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 143 | 219 | 230 | - |
| CMYK | 0.38 | 0.05 | 0 | 0.10 |
| HSL | 187.59º | 0.64% | 0.73% | - |
| HSV(B) | 187.59º | 0.38% | 0.9% | - |
| XYZ | 50.94 | 62.22 | 84.19 | - |
| YUV | 197.53 | 146.32 | 89.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 219 | 230 | 0.38 | 0.05 | 0 | 0.10 | 187.59 | 0.64 | 0.73 |
| Hex | 8F | DB | E6 | 26 | 5 | 0 | A | BC | 40 | 49 |
| Octal | 217 | 333 | 346 | 46 | 5 | 0 | 12 | 274 | 100 | 111 |
| Binary | 10001111 | 11011011 | 11100110 | 100110 | 101 | 0 | 1010 | 10111100 | 1000000 | 1001001 |
Color Harmonies of #8FDBE6
Complementary color
Monochromatic Colors of #8FDBE6
Black with #8FDBE6
Text Example
Text Example
White with #8FDBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDBE6; }
p { color: rgb(143,219,230); }
H1.HeaderClassName
{
color: #8FDBE6;
}
.AnyTagClassName
{
color: #8FDBE6;
}
</style>
background-color css
<style>
a { background-color: #8FDBE6; }
a { background-color: rgb(143,219,230); }
div.DivClassName
{
background-color: #8FDBE6;
}
.BgClassName
{
background-color: #8FDBE6;
}
</style>
border-color css
<style>
span { border-color: #8FDBE6; }
span { border-color: rgb(143,219,230); }
td.TdClassName
{
border-color: #8FDBE6;
}
.TagClassName
{
border-color: #8FDBE6;
}
</style>