Shades of Anakiwa #8DCDED
Tints of Anakiwa #8DCDED
RGB
CMYK
RGB Variations
Color information
#8DCDED (or 0x8DCDED) is known color: Anakiwa. HEX triplet: 8D, CD and ED. RGB value is (141,205,237). Sum of RGB (Red+Green+Blue) = 141+205+237=583 (77% of max value = 765). Red value is 141 (55.47% from 255 or 24.19% from 583); Green value is 205 (80.47% from 255 or 35.16% from 583); Blue value is 237 (92.97% from 255 or 40.65% from 583); Max value from RGB is 237 - color contains mainly: blue. Hex color #8DCDED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DCDED is #723212. Grayscale: #BDBDBD. Windows color (decimal): -7483923 or 15584653. OLE color: 15584653.
HSL color Cylindrical-coordinate representation of color #8DCDED: hue angle of 200º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8DCDED is Cyan = 0.41, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 205 | 237 | - |
| CMYK | 0.41 | 0.14 | 0 | 0.07 |
| HSL | 200º | 0.73% | 0.74% | - |
| HSV(B) | 200º | 0.41% | 0.93% | - |
| XYZ | 48.1 | 55.44 | 88.29 | - |
| YUV | 189.51 | 154.8 | 93.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 205 | 237 | 0.41 | 0.14 | 0 | 0.07 | 200 | 0.73 | 0.74 |
| Hex | 8D | CD | ED | 29 | E | 0 | 7 | C8 | 49 | 4A |
| Octal | 215 | 315 | 355 | 51 | 16 | 0 | 7 | 310 | 111 | 112 |
| Binary | 10001101 | 11001101 | 11101101 | 101001 | 1110 | 0 | 111 | 11001000 | 1001001 | 1001010 |
Color Harmonies of #8DCDED
Complementary color
Monochromatic Colors of #8DCDED
Black with #8DCDED
Text Example
Text Example
White with #8DCDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCDED; }
p { color: rgb(141,205,237); }
H1.HeaderClassName
{
color: #8DCDED;
}
.AnyTagClassName
{
color: #8DCDED;
}
</style>
background-color css
<style>
a { background-color: #8DCDED; }
a { background-color: rgb(141,205,237); }
div.DivClassName
{
background-color: #8DCDED;
}
.BgClassName
{
background-color: #8DCDED;
}
</style>
border-color css
<style>
span { border-color: #8DCDED; }
span { border-color: rgb(141,205,237); }
td.TdClassName
{
border-color: #8DCDED;
}
.TagClassName
{
border-color: #8DCDED;
}
</style>