Shades of Anakiwa #8FDBEA
Tints of Anakiwa #8FDBEA
RGB
CMYK
RGB Variations
Color information
#8FDBEA (or 0x8FDBEA) is known color: Anakiwa. HEX triplet: 8F, DB and EA. RGB value is (143,219,234). Sum of RGB (Red+Green+Blue) = 143+219+234=596 (78% of max value = 765). Red value is 143 (56.25% from 255 or 23.99% from 596); Green value is 219 (85.94% from 255 or 36.74% from 596); Blue value is 234 (91.80% from 255 or 39.26% from 596); Max value from RGB is 234 - color contains mainly: blue. Hex color #8FDBEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FDBEA is #702415. Grayscale: #C5C5C5. Windows color (decimal): -7349270 or 15391631. OLE color: 15391631.
HSL color Cylindrical-coordinate representation of color #8FDBEA: hue angle of 189.89º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8FDBEA is Cyan = 0.39, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 143 | 219 | 234 | - |
| CMYK | 0.39 | 0.06 | 0 | 0.08 |
| HSL | 189.89º | 0.68% | 0.74% | - |
| HSV(B) | 189.89º | 0.39% | 0.92% | - |
| XYZ | 51.51 | 62.44 | 87.18 | - |
| YUV | 197.99 | 148.32 | 88.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 219 | 234 | 0.39 | 0.06 | 0 | 0.08 | 189.89 | 0.68 | 0.74 |
| Hex | 8F | DB | EA | 27 | 6 | 0 | 8 | BE | 44 | 4A |
| Octal | 217 | 333 | 352 | 47 | 6 | 0 | 10 | 276 | 104 | 112 |
| Binary | 10001111 | 11011011 | 11101010 | 100111 | 110 | 0 | 1000 | 10111110 | 1000100 | 1001010 |
Color Harmonies of #8FDBEA
Complementary color
Monochromatic Colors of #8FDBEA
Black with #8FDBEA
Text Example
Text Example
White with #8FDBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDBEA; }
p { color: rgb(143,219,234); }
H1.HeaderClassName
{
color: #8FDBEA;
}
.AnyTagClassName
{
color: #8FDBEA;
}
</style>
background-color css
<style>
a { background-color: #8FDBEA; }
a { background-color: rgb(143,219,234); }
div.DivClassName
{
background-color: #8FDBEA;
}
.BgClassName
{
background-color: #8FDBEA;
}
</style>
border-color css
<style>
span { border-color: #8FDBEA; }
span { border-color: rgb(143,219,234); }
td.TdClassName
{
border-color: #8FDBEA;
}
.TagClassName
{
border-color: #8FDBEA;
}
</style>