Shades of Anakiwa #8DDFEB
Tints of Anakiwa #8DDFEB
RGB
CMYK
RGB Variations
Color information
#8DDFEB (or 0x8DDFEB) is known color: Anakiwa. HEX triplet: 8D, DF and EB. RGB value is (141,223,235). Sum of RGB (Red+Green+Blue) = 141+223+235=599 (79% of max value = 765). Red value is 141 (55.47% from 255 or 23.54% from 599); Green value is 223 (87.5% from 255 or 37.23% from 599); Blue value is 235 (92.19% from 255 or 39.23% from 599); Max value from RGB is 235 - color contains mainly: blue. Hex color #8DDFEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DDFEB is #722014. Grayscale: #C7C7C7. Windows color (decimal): -7479317 or 15458189. OLE color: 15458189.
HSL color Cylindrical-coordinate representation of color #8DDFEB: hue angle of 187.66º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8DDFEB is Cyan = 0.4, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 141 | 223 | 235 | - |
| CMYK | 0.4 | 0.05 | 0 | 0.08 |
| HSL | 187.66º | 0.7% | 0.74% | - |
| HSV(B) | 187.66º | 0.4% | 0.92% | - |
| XYZ | 52.37 | 64.44 | 88.27 | - |
| YUV | 199.85 | 147.83 | 86.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 223 | 235 | 0.4 | 0.05 | 0 | 0.08 | 187.66 | 0.7 | 0.74 |
| Hex | 8D | DF | EB | 28 | 5 | 0 | 8 | BC | 46 | 4A |
| Octal | 215 | 337 | 353 | 50 | 5 | 0 | 10 | 274 | 106 | 112 |
| Binary | 10001101 | 11011111 | 11101011 | 101000 | 101 | 0 | 1000 | 10111100 | 1000110 | 1001010 |
Color Harmonies of #8DDFEB
Complementary color
Monochromatic Colors of #8DDFEB
Black with #8DDFEB
Text Example
Text Example
White with #8DDFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDFEB; }
p { color: rgb(141,223,235); }
H1.HeaderClassName
{
color: #8DDFEB;
}
.AnyTagClassName
{
color: #8DDFEB;
}
</style>
background-color css
<style>
a { background-color: #8DDFEB; }
a { background-color: rgb(141,223,235); }
div.DivClassName
{
background-color: #8DDFEB;
}
.BgClassName
{
background-color: #8DDFEB;
}
</style>
border-color css
<style>
span { border-color: #8DDFEB; }
span { border-color: rgb(141,223,235); }
td.TdClassName
{
border-color: #8DDFEB;
}
.TagClassName
{
border-color: #8DDFEB;
}
</style>