Shades of Anakiwa #8FCDDD
Tints of Anakiwa #8FCDDD
RGB
CMYK
RGB Variations
Color information
#8FCDDD (or 0x8FCDDD) is known color: Anakiwa. HEX triplet: 8F, CD and DD. RGB value is (143,205,221). Sum of RGB (Red+Green+Blue) = 143+205+221=569 (75% of max value = 765). Red value is 143 (56.25% from 255 or 25.13% from 569); Green value is 205 (80.47% from 255 or 36.03% from 569); Blue value is 221 (86.72% from 255 or 38.84% from 569); Max value from RGB is 221 - color contains mainly: blue. Hex color #8FCDDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FCDDD is #703222. Grayscale: #BCBCBC. Windows color (decimal): -7352867 or 14536079. OLE color: 14536079.
HSL color Cylindrical-coordinate representation of color #8FCDDD: hue angle of 192.31º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8FCDDD is Cyan = 0.35, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 205 | 221 | - |
| CMYK | 0.35 | 0.07 | 0 | 0.13 |
| HSL | 192.31º | 0.53% | 0.71% | - |
| HSV(B) | 192.31º | 0.35% | 0.87% | - |
| XYZ | 46.21 | 54.72 | 76.53 | - |
| YUV | 188.29 | 146.46 | 95.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 205 | 221 | 0.35 | 0.07 | 0 | 0.13 | 192.31 | 0.53 | 0.71 |
| Hex | 8F | CD | DD | 23 | 7 | 0 | D | C0 | 35 | 47 |
| Octal | 217 | 315 | 335 | 43 | 7 | 0 | 15 | 300 | 65 | 107 |
| Binary | 10001111 | 11001101 | 11011101 | 100011 | 111 | 0 | 1101 | 11000000 | 110101 | 1000111 |
Color Harmonies of #8FCDDD
Complementary color
Monochromatic Colors of #8FCDDD
Black with #8FCDDD
Text Example
Text Example
White with #8FCDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCDDD; }
p { color: rgb(143,205,221); }
H1.HeaderClassName
{
color: #8FCDDD;
}
.AnyTagClassName
{
color: #8FCDDD;
}
</style>
background-color css
<style>
a { background-color: #8FCDDD; }
a { background-color: rgb(143,205,221); }
div.DivClassName
{
background-color: #8FCDDD;
}
.BgClassName
{
background-color: #8FCDDD;
}
</style>
border-color css
<style>
span { border-color: #8FCDDD; }
span { border-color: rgb(143,205,221); }
td.TdClassName
{
border-color: #8FCDDD;
}
.TagClassName
{
border-color: #8FCDDD;
}
</style>