Shades of Anakiwa #8FD6EF
Tints of Anakiwa #8FD6EF
RGB
CMYK
RGB Variations
Color information
#8FD6EF (or 0x8FD6EF) is known color: Anakiwa. HEX triplet: 8F, D6 and EF. RGB value is (143,214,239). Sum of RGB (Red+Green+Blue) = 143+214+239=596 (78% of max value = 765). Red value is 143 (56.25% from 255 or 23.99% from 596); Green value is 214 (83.98% from 255 or 35.91% from 596); Blue value is 239 (93.75% from 255 or 40.10% from 596); Max value from RGB is 239 - color contains mainly: blue. Hex color #8FD6EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FD6EF is #702910. Grayscale: #C3C3C3. Windows color (decimal): -7350545 or 15718031. OLE color: 15718031.
HSL color Cylindrical-coordinate representation of color #8FD6EF: hue angle of 195.62º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8FD6EF is Cyan = 0.40, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 143 | 214 | 239 | - |
| CMYK | 0.40 | 0.10 | 0 | 0.06 |
| HSL | 195.63º | 0.75% | 0.75% | - |
| HSV(B) | 195.63º | 0.4% | 0.94% | - |
| XYZ | 50.95 | 60.16 | 90.59 | - |
| YUV | 195.62 | 152.48 | 90.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 214 | 239 | 0.40 | 0.10 | 0 | 0.06 | 195.63 | 0.75 | 0.75 |
| Hex | 8F | D6 | EF | 28 | A | 0 | 6 | C4 | 4B | 4B |
| Octal | 217 | 326 | 357 | 50 | 12 | 0 | 6 | 304 | 113 | 113 |
| Binary | 10001111 | 11010110 | 11101111 | 101000 | 1010 | 0 | 110 | 11000100 | 1001011 | 1001011 |
Color Harmonies of #8FD6EF
Complementary color
Monochromatic Colors of #8FD6EF
Black with #8FD6EF
Text Example
Text Example
White with #8FD6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD6EF; }
p { color: rgb(143,214,239); }
H1.HeaderClassName
{
color: #8FD6EF;
}
.AnyTagClassName
{
color: #8FD6EF;
}
</style>
background-color css
<style>
a { background-color: #8FD6EF; }
a { background-color: rgb(143,214,239); }
div.DivClassName
{
background-color: #8FD6EF;
}
.BgClassName
{
background-color: #8FD6EF;
}
</style>
border-color css
<style>
span { border-color: #8FD6EF; }
span { border-color: rgb(143,214,239); }
td.TdClassName
{
border-color: #8FD6EF;
}
.TagClassName
{
border-color: #8FD6EF;
}
</style>