Shades of Anakiwa #8FCCDC
Tints of Anakiwa #8FCCDC
RGB
CMYK
RGB Variations
Color information
#8FCCDC (or 0x8FCCDC) is known color: Anakiwa. HEX triplet: 8F, CC and DC. RGB value is (143,204,220). Sum of RGB (Red+Green+Blue) = 143+204+220=567 (75% of max value = 765). Red value is 143 (56.25% from 255 or 25.22% from 567); Green value is 204 (80.08% from 255 or 35.98% from 567); Blue value is 220 (86.33% from 255 or 38.80% from 567); Max value from RGB is 220 - color contains mainly: blue. Hex color #8FCCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FCCDC is #703323. Grayscale: #BBBBBB. Windows color (decimal): -7353124 or 14470287. OLE color: 14470287.
HSL color Cylindrical-coordinate representation of color #8FCCDC: hue angle of 192.47º 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 #8FCCDC is Cyan = 0.35, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 204 | 220 | - |
| CMYK | 0.35 | 0.07 | 0 | 0.14 |
| HSL | 192.47º | 0.52% | 0.71% | - |
| HSV(B) | 192.47º | 0.35% | 0.86% | - |
| XYZ | 45.84 | 54.19 | 75.75 | - |
| YUV | 187.59 | 146.29 | 96.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 204 | 220 | 0.35 | 0.07 | 0 | 0.14 | 192.47 | 0.52 | 0.71 |
| Hex | 8F | CC | DC | 23 | 7 | 0 | E | C0 | 34 | 47 |
| Octal | 217 | 314 | 334 | 43 | 7 | 0 | 16 | 300 | 64 | 107 |
| Binary | 10001111 | 11001100 | 11011100 | 100011 | 111 | 0 | 1110 | 11000000 | 110100 | 1000111 |
Color Harmonies of #8FCCDC
Complementary color
Monochromatic Colors of #8FCCDC
Black with #8FCCDC
Text Example
Text Example
White with #8FCCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCCDC; }
p { color: rgb(143,204,220); }
H1.HeaderClassName
{
color: #8FCCDC;
}
.AnyTagClassName
{
color: #8FCCDC;
}
</style>
background-color css
<style>
a { background-color: #8FCCDC; }
a { background-color: rgb(143,204,220); }
div.DivClassName
{
background-color: #8FCCDC;
}
.BgClassName
{
background-color: #8FCCDC;
}
</style>
border-color css
<style>
span { border-color: #8FCCDC; }
span { border-color: rgb(143,204,220); }
td.TdClassName
{
border-color: #8FCCDC;
}
.TagClassName
{
border-color: #8FCCDC;
}
</style>