Shades of Anakiwa #8FD2DF
Tints of Anakiwa #8FD2DF
RGB
CMYK
RGB Variations
Color information
#8FD2DF (or 0x8FD2DF) is known color: Anakiwa. HEX triplet: 8F, D2 and DF. RGB value is (143,210,223). Sum of RGB (Red+Green+Blue) = 143+210+223=576 (76% of max value = 765). Red value is 143 (56.25% from 255 or 24.83% from 576); Green value is 210 (82.42% from 255 or 36.46% from 576); Blue value is 223 (87.5% from 255 or 38.72% from 576); Max value from RGB is 223 - color contains mainly: blue. Hex color #8FD2DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FD2DF is #702D20. Grayscale: #BFBFBF. Windows color (decimal): -7351585 or 14668431. OLE color: 14668431.
HSL color Cylindrical-coordinate representation of color #8FD2DF: hue angle of 189.75º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8FD2DF is Cyan = 0.36, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 210 | 223 | - |
| CMYK | 0.36 | 0.06 | 0 | 0.13 |
| HSL | 189.75º | 0.56% | 0.72% | - |
| HSV(B) | 189.75º | 0.36% | 0.87% | - |
| XYZ | 47.69 | 57.26 | 78.35 | - |
| YUV | 191.45 | 145.8 | 93.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 210 | 223 | 0.36 | 0.06 | 0 | 0.13 | 189.75 | 0.56 | 0.72 |
| Hex | 8F | D2 | DF | 24 | 6 | 0 | D | BE | 38 | 48 |
| Octal | 217 | 322 | 337 | 44 | 6 | 0 | 15 | 276 | 70 | 110 |
| Binary | 10001111 | 11010010 | 11011111 | 100100 | 110 | 0 | 1101 | 10111110 | 111000 | 1001000 |
Color Harmonies of #8FD2DF
Complementary color
Monochromatic Colors of #8FD2DF
Black with #8FD2DF
Text Example
Text Example
White with #8FD2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD2DF; }
p { color: rgb(143,210,223); }
H1.HeaderClassName
{
color: #8FD2DF;
}
.AnyTagClassName
{
color: #8FD2DF;
}
</style>
background-color css
<style>
a { background-color: #8FD2DF; }
a { background-color: rgb(143,210,223); }
div.DivClassName
{
background-color: #8FD2DF;
}
.BgClassName
{
background-color: #8FD2DF;
}
</style>
border-color css
<style>
span { border-color: #8FD2DF; }
span { border-color: rgb(143,210,223); }
td.TdClassName
{
border-color: #8FD2DF;
}
.TagClassName
{
border-color: #8FD2DF;
}
</style>