Shades of Anakiwa #8DCEDF
Tints of Anakiwa #8DCEDF
RGB
CMYK
RGB Variations
Color information
#8DCEDF (or 0x8DCEDF) is known color: Anakiwa. HEX triplet: 8D, CE and DF. RGB value is (141,206,223). Sum of RGB (Red+Green+Blue) = 141+206+223=570 (75% of max value = 765). Red value is 141 (55.47% from 255 or 24.74% from 570); Green value is 206 (80.86% from 255 or 36.14% from 570); Blue value is 223 (87.5% from 255 or 39.12% from 570); Max value from RGB is 223 - color contains mainly: blue. Hex color #8DCEDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DCEDF is #723120. Grayscale: #BCBCBC. Windows color (decimal): -7483681 or 14667405. OLE color: 14667405.
HSL color Cylindrical-coordinate representation of color #8DCEDF: hue angle of 192.44º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8DCEDF is Cyan = 0.37, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 141 | 206 | 223 | - |
| CMYK | 0.37 | 0.08 | 0 | 0.13 |
| HSL | 192.44º | 0.56% | 0.71% | - |
| HSV(B) | 192.44º | 0.37% | 0.87% | - |
| XYZ | 46.38 | 55.13 | 78.01 | - |
| YUV | 188.5 | 147.47 | 94.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 206 | 223 | 0.37 | 0.08 | 0 | 0.13 | 192.44 | 0.56 | 0.71 |
| Hex | 8D | CE | DF | 25 | 8 | 0 | D | C0 | 38 | 47 |
| Octal | 215 | 316 | 337 | 45 | 10 | 0 | 15 | 300 | 70 | 107 |
| Binary | 10001101 | 11001110 | 11011111 | 100101 | 1000 | 0 | 1101 | 11000000 | 111000 | 1000111 |
Color Harmonies of #8DCEDF
Complementary color
Monochromatic Colors of #8DCEDF
Black with #8DCEDF
Text Example
Text Example
White with #8DCEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCEDF; }
p { color: rgb(141,206,223); }
H1.HeaderClassName
{
color: #8DCEDF;
}
.AnyTagClassName
{
color: #8DCEDF;
}
</style>
background-color css
<style>
a { background-color: #8DCEDF; }
a { background-color: rgb(141,206,223); }
div.DivClassName
{
background-color: #8DCEDF;
}
.BgClassName
{
background-color: #8DCEDF;
}
</style>
border-color css
<style>
span { border-color: #8DCEDF; }
span { border-color: rgb(141,206,223); }
td.TdClassName
{
border-color: #8DCEDF;
}
.TagClassName
{
border-color: #8DCEDF;
}
</style>