Shades of Anakiwa #8FCDDF
Tints of Anakiwa #8FCDDF
RGB
CMYK
RGB Variations
Color information
#8FCDDF (or 0x8FCDDF) is known color: Anakiwa. HEX triplet: 8F, CD and DF. RGB value is (143,205,223). Sum of RGB (Red+Green+Blue) = 143+205+223=571 (75% of max value = 765). Red value is 143 (56.25% from 255 or 25.04% from 571); Green value is 205 (80.47% from 255 or 35.90% from 571); Blue value is 223 (87.5% from 255 or 39.05% from 571); Max value from RGB is 223 - color contains mainly: blue. Hex color #8FCDDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FCDDF is #703220. Grayscale: #BCBCBC. Windows color (decimal): -7352865 or 14667151. OLE color: 14667151.
HSL color Cylindrical-coordinate representation of color #8FCDDF: hue angle of 193.5º 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 #8FCDDF is Cyan = 0.36, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 205 | 223 | - |
| CMYK | 0.36 | 0.08 | 0 | 0.13 |
| HSL | 193.5º | 0.56% | 0.72% | - |
| HSV(B) | 193.5º | 0.36% | 0.87% | - |
| XYZ | 46.48 | 54.83 | 77.95 | - |
| YUV | 188.51 | 147.46 | 95.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 205 | 223 | 0.36 | 0.08 | 0 | 0.13 | 193.5 | 0.56 | 0.72 |
| Hex | 8F | CD | DF | 24 | 8 | 0 | D | C2 | 38 | 48 |
| Octal | 217 | 315 | 337 | 44 | 10 | 0 | 15 | 302 | 70 | 110 |
| Binary | 10001111 | 11001101 | 11011111 | 100100 | 1000 | 0 | 1101 | 11000010 | 111000 | 1001000 |
Color Harmonies of #8FCDDF
Complementary color
Monochromatic Colors of #8FCDDF
Black with #8FCDDF
Text Example
Text Example
White with #8FCDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCDDF; }
p { color: rgb(143,205,223); }
H1.HeaderClassName
{
color: #8FCDDF;
}
.AnyTagClassName
{
color: #8FCDDF;
}
</style>
background-color css
<style>
a { background-color: #8FCDDF; }
a { background-color: rgb(143,205,223); }
div.DivClassName
{
background-color: #8FCDDF;
}
.BgClassName
{
background-color: #8FCDDF;
}
</style>
border-color css
<style>
span { border-color: #8FCDDF; }
span { border-color: rgb(143,205,223); }
td.TdClassName
{
border-color: #8FCDDF;
}
.TagClassName
{
border-color: #8FCDDF;
}
</style>