Shades of Anakiwa #8DDEF2
Tints of Anakiwa #8DDEF2
RGB
CMYK
RGB Variations
Color information
#8DDEF2 (or 0x8DDEF2) is known color: Anakiwa. HEX triplet: 8D, DE and F2. RGB value is (141,222,242). Sum of RGB (Red+Green+Blue) = 141+222+242=605 (80% of max value = 765). Red value is 141 (55.47% from 255 or 23.31% from 605); Green value is 222 (87.11% from 255 or 36.69% from 605); Blue value is 242 (94.92% from 255 or 40% from 605); Max value from RGB is 242 - color contains mainly: blue. Hex color #8DDEF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DDEF2 is #72210D. Grayscale: #C7C7C7. Windows color (decimal): -7479566 or 15916685. OLE color: 15916685.
HSL color Cylindrical-coordinate representation of color #8DDEF2: hue angle of 191.88º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8DDEF2 is Cyan = 0.42, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 141 | 222 | 242 | - |
| CMYK | 0.42 | 0.08 | 0 | 0.05 |
| HSL | 191.88º | 0.8% | 0.75% | - |
| HSV(B) | 191.88º | 0.42% | 0.95% | - |
| XYZ | 53.13 | 64.32 | 93.62 | - |
| YUV | 200.06 | 151.66 | 85.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 222 | 242 | 0.42 | 0.08 | 0 | 0.05 | 191.88 | 0.8 | 0.75 |
| Hex | 8D | DE | F2 | 2A | 8 | 0 | 5 | C0 | 50 | 4B |
| Octal | 215 | 336 | 362 | 52 | 10 | 0 | 5 | 300 | 120 | 113 |
| Binary | 10001101 | 11011110 | 11110010 | 101010 | 1000 | 0 | 101 | 11000000 | 1010000 | 1001011 |
Color Harmonies of #8DDEF2
Complementary color
Monochromatic Colors of #8DDEF2
Black with #8DDEF2
Text Example
Text Example
White with #8DDEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDEF2; }
p { color: rgb(141,222,242); }
H1.HeaderClassName
{
color: #8DDEF2;
}
.AnyTagClassName
{
color: #8DDEF2;
}
</style>
background-color css
<style>
a { background-color: #8DDEF2; }
a { background-color: rgb(141,222,242); }
div.DivClassName
{
background-color: #8DDEF2;
}
.BgClassName
{
background-color: #8DDEF2;
}
</style>
border-color css
<style>
span { border-color: #8DDEF2; }
span { border-color: rgb(141,222,242); }
td.TdClassName
{
border-color: #8DDEF2;
}
.TagClassName
{
border-color: #8DDEF2;
}
</style>