Shades of Anakiwa #8DDCED
Tints of Anakiwa #8DDCED
RGB
CMYK
RGB Variations
Color information
#8DDCED (or 0x8DDCED) is known color: Anakiwa. HEX triplet: 8D, DC and ED. RGB value is (141,220,237). Sum of RGB (Red+Green+Blue) = 141+220+237=598 (79% of max value = 765). Red value is 141 (55.47% from 255 or 23.58% from 598); Green value is 220 (86.33% from 255 or 36.79% from 598); Blue value is 237 (92.97% from 255 or 39.63% from 598); Max value from RGB is 237 - color contains mainly: blue. Hex color #8DDCED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DDCED is #722312. Grayscale: #C6C6C6. Windows color (decimal): -7480083 or 15588493. OLE color: 15588493.
HSL color Cylindrical-coordinate representation of color #8DDCED: hue angle of 190.62º 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 #8DDCED is Cyan = 0.41, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 220 | 237 | - |
| CMYK | 0.41 | 0.07 | 0 | 0.07 |
| HSL | 190.63º | 0.73% | 0.74% | - |
| HSV(B) | 190.63º | 0.41% | 0.93% | - |
| XYZ | 51.86 | 62.96 | 89.54 | - |
| YUV | 198.32 | 149.83 | 87.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 220 | 237 | 0.41 | 0.07 | 0 | 0.07 | 190.63 | 0.73 | 0.74 |
| Hex | 8D | DC | ED | 29 | 7 | 0 | 7 | BF | 49 | 4A |
| Octal | 215 | 334 | 355 | 51 | 7 | 0 | 7 | 277 | 111 | 112 |
| Binary | 10001101 | 11011100 | 11101101 | 101001 | 111 | 0 | 111 | 10111111 | 1001001 | 1001010 |
Color Harmonies of #8DDCED
Complementary color
Monochromatic Colors of #8DDCED
Black with #8DDCED
Text Example
Text Example
White with #8DDCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDCED; }
p { color: rgb(141,220,237); }
H1.HeaderClassName
{
color: #8DDCED;
}
.AnyTagClassName
{
color: #8DDCED;
}
</style>
background-color css
<style>
a { background-color: #8DDCED; }
a { background-color: rgb(141,220,237); }
div.DivClassName
{
background-color: #8DDCED;
}
.BgClassName
{
background-color: #8DDCED;
}
</style>
border-color css
<style>
span { border-color: #8DDCED; }
span { border-color: rgb(141,220,237); }
td.TdClassName
{
border-color: #8DDCED;
}
.TagClassName
{
border-color: #8DDCED;
}
</style>