Shades of Anakiwa #8DDDEE
Tints of Anakiwa #8DDDEE
RGB
CMYK
RGB Variations
Color information
#8DDDEE (or 0x8DDDEE) is known color: Anakiwa. HEX triplet: 8D, DD and EE. RGB value is (141,221,238). Sum of RGB (Red+Green+Blue) = 141+221+238=600 (79% of max value = 765). Red value is 141 (55.47% from 255 or 23.5% from 600); Green value is 221 (86.72% from 255 or 36.83% from 600); Blue value is 238 (93.36% from 255 or 39.67% from 600); Max value from RGB is 238 - color contains mainly: blue. Hex color #8DDDEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DDDEE is #722211. Grayscale: #C6C6C6. Windows color (decimal): -7479826 or 15654285. OLE color: 15654285.
HSL color Cylindrical-coordinate representation of color #8DDDEE: hue angle of 190.52º degrees, saturation: 0.74, 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 #8DDDEE is Cyan = 0.41, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 221 | 238 | - |
| CMYK | 0.41 | 0.07 | 0 | 0.07 |
| HSL | 190.52º | 0.74% | 0.74% | - |
| HSV(B) | 190.52º | 0.41% | 0.93% | - |
| XYZ | 52.27 | 63.55 | 90.4 | - |
| YUV | 199.02 | 150 | 86.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 221 | 238 | 0.41 | 0.07 | 0 | 0.07 | 190.52 | 0.74 | 0.74 |
| Hex | 8D | DD | EE | 29 | 7 | 0 | 7 | BF | 4A | 4A |
| Octal | 215 | 335 | 356 | 51 | 7 | 0 | 7 | 277 | 112 | 112 |
| Binary | 10001101 | 11011101 | 11101110 | 101001 | 111 | 0 | 111 | 10111111 | 1001010 | 1001010 |
Color Harmonies of #8DDDEE
Complementary color
Monochromatic Colors of #8DDDEE
Black with #8DDDEE
Text Example
Text Example
White with #8DDDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDDEE; }
p { color: rgb(141,221,238); }
H1.HeaderClassName
{
color: #8DDDEE;
}
.AnyTagClassName
{
color: #8DDDEE;
}
</style>
background-color css
<style>
a { background-color: #8DDDEE; }
a { background-color: rgb(141,221,238); }
div.DivClassName
{
background-color: #8DDDEE;
}
.BgClassName
{
background-color: #8DDDEE;
}
</style>
border-color css
<style>
span { border-color: #8DDDEE; }
span { border-color: rgb(141,221,238); }
td.TdClassName
{
border-color: #8DDDEE;
}
.TagClassName
{
border-color: #8DDDEE;
}
</style>