Shades of Anakiwa #8DDEF3
Tints of Anakiwa #8DDEF3
RGB
CMYK
RGB Variations
Color information
#8DDEF3 (or 0x8DDEF3) is known color: Anakiwa. HEX triplet: 8D, DE and F3. RGB value is (141,222,243). Sum of RGB (Red+Green+Blue) = 141+222+243=606 (80% of max value = 765). Red value is 141 (55.47% from 255 or 23.27% from 606); Green value is 222 (87.11% from 255 or 36.63% from 606); Blue value is 243 (95.31% from 255 or 40.10% from 606); Max value from RGB is 243 - color contains mainly: blue. Hex color #8DDEF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DDEF3 is #72210C. Grayscale: #C8C8C8. Windows color (decimal): -7479565 or 15982221. OLE color: 15982221.
HSL color Cylindrical-coordinate representation of color #8DDEF3: hue angle of 192.35º degrees, saturation: 0.81, 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 #8DDEF3 is Cyan = 0.42, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 141 | 222 | 243 | - |
| CMYK | 0.42 | 0.09 | 0 | 0.05 |
| HSL | 192.35º | 0.81% | 0.75% | - |
| HSV(B) | 192.35º | 0.42% | 0.95% | - |
| XYZ | 53.28 | 64.38 | 94.41 | - |
| YUV | 200.18 | 152.16 | 85.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 222 | 243 | 0.42 | 0.09 | 0 | 0.05 | 192.35 | 0.81 | 0.75 |
| Hex | 8D | DE | F3 | 2A | 9 | 0 | 5 | C0 | 51 | 4B |
| Octal | 215 | 336 | 363 | 52 | 11 | 0 | 5 | 300 | 121 | 113 |
| Binary | 10001101 | 11011110 | 11110011 | 101010 | 1001 | 0 | 101 | 11000000 | 1010001 | 1001011 |
Color Harmonies of #8DDEF3
Complementary color
Monochromatic Colors of #8DDEF3
Black with #8DDEF3
Text Example
Text Example
White with #8DDEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDEF3; }
p { color: rgb(141,222,243); }
H1.HeaderClassName
{
color: #8DDEF3;
}
.AnyTagClassName
{
color: #8DDEF3;
}
</style>
background-color css
<style>
a { background-color: #8DDEF3; }
a { background-color: rgb(141,222,243); }
div.DivClassName
{
background-color: #8DDEF3;
}
.BgClassName
{
background-color: #8DDEF3;
}
</style>
border-color css
<style>
span { border-color: #8DDEF3; }
span { border-color: rgb(141,222,243); }
td.TdClassName
{
border-color: #8DDEF3;
}
.TagClassName
{
border-color: #8DDEF3;
}
</style>