Shades of Anakiwa #8DDEEF
Tints of Anakiwa #8DDEEF
RGB
CMYK
RGB Variations
Color information
#8DDEEF (or 0x8DDEEF) is known color: Anakiwa. HEX triplet: 8D, DE and EF. RGB value is (141,222,239). Sum of RGB (Red+Green+Blue) = 141+222+239=602 (79% of max value = 765). Red value is 141 (55.47% from 255 or 23.42% from 602); Green value is 222 (87.11% from 255 or 36.88% from 602); Blue value is 239 (93.75% from 255 or 39.70% from 602); Max value from RGB is 239 - color contains mainly: blue. Hex color #8DDEEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DDEEF is #722110. Grayscale: #C7C7C7. Windows color (decimal): -7479569 or 15720077. OLE color: 15720077.
HSL color Cylindrical-coordinate representation of color #8DDEEF: hue angle of 190.41º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8DDEEF is Cyan = 0.41, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 141 | 222 | 239 | - |
| CMYK | 0.41 | 0.07 | 0 | 0.06 |
| HSL | 190.41º | 0.75% | 0.75% | - |
| HSV(B) | 190.41º | 0.41% | 0.94% | - |
| XYZ | 52.69 | 64.14 | 91.26 | - |
| YUV | 199.72 | 150.16 | 86.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 222 | 239 | 0.41 | 0.07 | 0 | 0.06 | 190.41 | 0.75 | 0.75 |
| Hex | 8D | DE | EF | 29 | 7 | 0 | 6 | BE | 4B | 4B |
| Octal | 215 | 336 | 357 | 51 | 7 | 0 | 6 | 276 | 113 | 113 |
| Binary | 10001101 | 11011110 | 11101111 | 101001 | 111 | 0 | 110 | 10111110 | 1001011 | 1001011 |
Color Harmonies of #8DDEEF
Complementary color
Monochromatic Colors of #8DDEEF
Black with #8DDEEF
Text Example
Text Example
White with #8DDEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDEEF; }
p { color: rgb(141,222,239); }
H1.HeaderClassName
{
color: #8DDEEF;
}
.AnyTagClassName
{
color: #8DDEEF;
}
</style>
background-color css
<style>
a { background-color: #8DDEEF; }
a { background-color: rgb(141,222,239); }
div.DivClassName
{
background-color: #8DDEEF;
}
.BgClassName
{
background-color: #8DDEEF;
}
</style>
border-color css
<style>
span { border-color: #8DDEEF; }
span { border-color: rgb(141,222,239); }
td.TdClassName
{
border-color: #8DDEEF;
}
.TagClassName
{
border-color: #8DDEEF;
}
</style>