Shades of Anakiwa #8FC6DC
Tints of Anakiwa #8FC6DC
RGB
CMYK
RGB Variations
Color information
#8FC6DC (or 0x8FC6DC) is known color: Anakiwa. HEX triplet: 8F, C6 and DC. RGB value is (143,198,220). Sum of RGB (Red+Green+Blue) = 143+198+220=561 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.49% from 561); Green value is 198 (77.73% from 255 or 35.29% from 561); Blue value is 220 (86.33% from 255 or 39.22% from 561); Max value from RGB is 220 - color contains mainly: blue. Hex color #8FC6DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FC6DC is #703923. Grayscale: #B7B7B7. Windows color (decimal): -7354660 or 14468751. OLE color: 14468751.
HSL color Cylindrical-coordinate representation of color #8FC6DC: hue angle of 197.14º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8FC6DC is Cyan = 0.35, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 198 | 220 | - |
| CMYK | 0.35 | 0.1 | 0 | 0.14 |
| HSL | 197.14º | 0.52% | 0.71% | - |
| HSV(B) | 197.14º | 0.35% | 0.86% | - |
| XYZ | 44.44 | 51.4 | 75.29 | - |
| YUV | 184.06 | 148.28 | 98.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 198 | 220 | 0.35 | 0.1 | 0 | 0.14 | 197.14 | 0.52 | 0.71 |
| Hex | 8F | C6 | DC | 23 | A | 0 | E | C5 | 34 | 47 |
| Octal | 217 | 306 | 334 | 43 | 12 | 0 | 16 | 305 | 64 | 107 |
| Binary | 10001111 | 11000110 | 11011100 | 100011 | 1010 | 0 | 1110 | 11000101 | 110100 | 1000111 |
Color Harmonies of #8FC6DC
Complementary color
Monochromatic Colors of #8FC6DC
Black with #8FC6DC
Text Example
Text Example
White with #8FC6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC6DC; }
p { color: rgb(143,198,220); }
H1.HeaderClassName
{
color: #8FC6DC;
}
.AnyTagClassName
{
color: #8FC6DC;
}
</style>
background-color css
<style>
a { background-color: #8FC6DC; }
a { background-color: rgb(143,198,220); }
div.DivClassName
{
background-color: #8FC6DC;
}
.BgClassName
{
background-color: #8FC6DC;
}
</style>
border-color css
<style>
span { border-color: #8FC6DC; }
span { border-color: rgb(143,198,220); }
td.TdClassName
{
border-color: #8FC6DC;
}
.TagClassName
{
border-color: #8FC6DC;
}
</style>