Shades of Anakiwa #8FCEDD
Tints of Anakiwa #8FCEDD
RGB
CMYK
RGB Variations
Color information
#8FCEDD (or 0x8FCEDD) is known color: Anakiwa. HEX triplet: 8F, CE and DD. RGB value is (143,206,221). Sum of RGB (Red+Green+Blue) = 143+206+221=570 (75% of max value = 765). Red value is 143 (56.25% from 255 or 25.09% from 570); Green value is 206 (80.86% from 255 or 36.14% from 570); Blue value is 221 (86.72% from 255 or 38.77% from 570); Max value from RGB is 221 - color contains mainly: blue. Hex color #8FCEDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FCEDD is #703122. Grayscale: #BCBCBC. Windows color (decimal): -7352611 or 14536335. OLE color: 14536335.
HSL color Cylindrical-coordinate representation of color #8FCEDD: hue angle of 191.54º 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 #8FCEDD is Cyan = 0.35, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 206 | 221 | - |
| CMYK | 0.35 | 0.07 | 0 | 0.13 |
| HSL | 191.54º | 0.53% | 0.71% | - |
| HSV(B) | 191.54º | 0.35% | 0.87% | - |
| XYZ | 46.45 | 55.2 | 76.61 | - |
| YUV | 188.87 | 146.13 | 95.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 206 | 221 | 0.35 | 0.07 | 0 | 0.13 | 191.54 | 0.53 | 0.71 |
| Hex | 8F | CE | DD | 23 | 7 | 0 | D | C0 | 35 | 47 |
| Octal | 217 | 316 | 335 | 43 | 7 | 0 | 15 | 300 | 65 | 107 |
| Binary | 10001111 | 11001110 | 11011101 | 100011 | 111 | 0 | 1101 | 11000000 | 110101 | 1000111 |
Color Harmonies of #8FCEDD
Complementary color
Monochromatic Colors of #8FCEDD
Black with #8FCEDD
Text Example
Text Example
White with #8FCEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCEDD; }
p { color: rgb(143,206,221); }
H1.HeaderClassName
{
color: #8FCEDD;
}
.AnyTagClassName
{
color: #8FCEDD;
}
</style>
background-color css
<style>
a { background-color: #8FCEDD; }
a { background-color: rgb(143,206,221); }
div.DivClassName
{
background-color: #8FCEDD;
}
.BgClassName
{
background-color: #8FCEDD;
}
</style>
border-color css
<style>
span { border-color: #8FCEDD; }
span { border-color: rgb(143,206,221); }
td.TdClassName
{
border-color: #8FCEDD;
}
.TagClassName
{
border-color: #8FCEDD;
}
</style>