Shades of Anakiwa #8DCDDF
Tints of Anakiwa #8DCDDF
RGB
CMYK
RGB Variations
Color information
#8DCDDF (or 0x8DCDDF) is known color: Anakiwa. HEX triplet: 8D, CD and DF. RGB value is (141,205,223). Sum of RGB (Red+Green+Blue) = 141+205+223=569 (75% of max value = 765). Red value is 141 (55.47% from 255 or 24.78% from 569); Green value is 205 (80.47% from 255 or 36.03% from 569); Blue value is 223 (87.5% from 255 or 39.19% from 569); Max value from RGB is 223 - color contains mainly: blue. Hex color #8DCDDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DCDDF is #723220. Grayscale: #BBBBBB. Windows color (decimal): -7483937 or 14667149. OLE color: 14667149.
HSL color Cylindrical-coordinate representation of color #8DCDDF: hue angle of 193.17º 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 #8DCDDF is Cyan = 0.37, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 141 | 205 | 223 | - |
CMYK | 0.37 | 0.08 | 0 | 0.13 |
HSL | 193.17º | 0.56% | 0.71% | - |
HSV(B) | 193.17º | 0.37% | 0.87% | - |
XYZ | 46.14 | 54.65 | 77.93 | - |
YUV | 187.92 | 147.8 | 94.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 141 | 205 | 223 | 0.37 | 0.08 | 0 | 0.13 | 193.17 | 0.56 | 0.71 |
Hex | 8D | CD | DF | 25 | 8 | 0 | D | C1 | 38 | 47 |
Octal | 215 | 315 | 337 | 45 | 10 | 0 | 15 | 301 | 70 | 107 |
Binary | 10001101 | 11001101 | 11011111 | 100101 | 1000 | 0 | 1101 | 11000001 | 111000 | 1000111 |
Color Harmonies of #8DCDDF
Complementary color
Monochromatic Colors of #8DCDDF
Black with #8DCDDF
Text Example
Text Example
White with #8DCDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCDDF; }
p { color: rgb(141,205,223); }
H1.HeaderClassName
{
color: #8DCDDF;
}
.AnyTagClassName
{
color: #8DCDDF;
}
</style>
background-color css
<style>
a { background-color: #8DCDDF; }
a { background-color: rgb(141,205,223); }
div.DivClassName
{
background-color: #8DCDDF;
}
.BgClassName
{
background-color: #8DCDDF;
}
</style>
border-color css
<style>
span { border-color: #8DCDDF; }
span { border-color: rgb(141,205,223); }
td.TdClassName
{
border-color: #8DCDDF;
}
.TagClassName
{
border-color: #8DCDDF;
}
</style>