Shades of Anakiwa #8FCFDF
Tints of Anakiwa #8FCFDF
RGB
CMYK
RGB Variations
Color information
#8FCFDF (or 0x8FCFDF) is known color: Anakiwa. HEX triplet: 8F, CF and DF. RGB value is (143,207,223). Sum of RGB (Red+Green+Blue) = 143+207+223=573 (75% of max value = 765). Red value is 143 (56.25% from 255 or 24.96% from 573); Green value is 207 (81.25% from 255 or 36.13% from 573); Blue value is 223 (87.5% from 255 or 38.92% from 573); Max value from RGB is 223 - color contains mainly: blue. Hex color #8FCFDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FCFDF is #703020. Grayscale: #BDBDBD. Windows color (decimal): -7352353 or 14667663. OLE color: 14667663.
HSL color Cylindrical-coordinate representation of color #8FCFDF: hue angle of 192º 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 #8FCFDF is Cyan = 0.36, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 207 | 223 | - |
| CMYK | 0.36 | 0.07 | 0 | 0.13 |
| HSL | 192º | 0.56% | 0.72% | - |
| HSV(B) | 192º | 0.36% | 0.87% | - |
| XYZ | 46.96 | 55.79 | 78.11 | - |
| YUV | 189.69 | 146.8 | 94.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 207 | 223 | 0.36 | 0.07 | 0 | 0.13 | 192 | 0.56 | 0.72 |
| Hex | 8F | CF | DF | 24 | 7 | 0 | D | C0 | 38 | 48 |
| Octal | 217 | 317 | 337 | 44 | 7 | 0 | 15 | 300 | 70 | 110 |
| Binary | 10001111 | 11001111 | 11011111 | 100100 | 111 | 0 | 1101 | 11000000 | 111000 | 1001000 |
Color Harmonies of #8FCFDF
Complementary color
Monochromatic Colors of #8FCFDF
Black with #8FCFDF
Text Example
Text Example
White with #8FCFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCFDF; }
p { color: rgb(143,207,223); }
H1.HeaderClassName
{
color: #8FCFDF;
}
.AnyTagClassName
{
color: #8FCFDF;
}
</style>
background-color css
<style>
a { background-color: #8FCFDF; }
a { background-color: rgb(143,207,223); }
div.DivClassName
{
background-color: #8FCFDF;
}
.BgClassName
{
background-color: #8FCFDF;
}
</style>
border-color css
<style>
span { border-color: #8FCFDF; }
span { border-color: rgb(143,207,223); }
td.TdClassName
{
border-color: #8FCFDF;
}
.TagClassName
{
border-color: #8FCFDF;
}
</style>