Shades of Anakiwa #8DDEEB
Tints of Anakiwa #8DDEEB
RGB
CMYK
RGB Variations
Color information
#8DDEEB (or 0x8DDEEB) is known color: Anakiwa. HEX triplet: 8D, DE and EB. RGB value is (141,222,235). Sum of RGB (Red+Green+Blue) = 141+222+235=598 (79% of max value = 765). Red value is 141 (55.47% from 255 or 23.58% from 598); Green value is 222 (87.11% from 255 or 37.12% from 598); Blue value is 235 (92.19% from 255 or 39.30% from 598); Max value from RGB is 235 - color contains mainly: blue. Hex color #8DDEEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DDEEB is #722114. Grayscale: #C7C7C7. Windows color (decimal): -7479573 or 15457933. OLE color: 15457933.
HSL color Cylindrical-coordinate representation of color #8DDEEB: hue angle of 188.3º 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 #8DDEEB is Cyan = 0.4, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 141 | 222 | 235 | - |
| CMYK | 0.4 | 0.06 | 0 | 0.08 |
| HSL | 188.3º | 0.7% | 0.74% | - |
| HSV(B) | 188.3º | 0.4% | 0.92% | - |
| XYZ | 52.1 | 63.9 | 88.19 | - |
| YUV | 199.26 | 148.16 | 86.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 222 | 235 | 0.4 | 0.06 | 0 | 0.08 | 188.3 | 0.7 | 0.74 |
| Hex | 8D | DE | EB | 28 | 6 | 0 | 8 | BC | 46 | 4A |
| Octal | 215 | 336 | 353 | 50 | 6 | 0 | 10 | 274 | 106 | 112 |
| Binary | 10001101 | 11011110 | 11101011 | 101000 | 110 | 0 | 1000 | 10111100 | 1000110 | 1001010 |
Color Harmonies of #8DDEEB
Complementary color
Monochromatic Colors of #8DDEEB
Black with #8DDEEB
Text Example
Text Example
White with #8DDEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDEEB; }
p { color: rgb(141,222,235); }
H1.HeaderClassName
{
color: #8DDEEB;
}
.AnyTagClassName
{
color: #8DDEEB;
}
</style>
background-color css
<style>
a { background-color: #8DDEEB; }
a { background-color: rgb(141,222,235); }
div.DivClassName
{
background-color: #8DDEEB;
}
.BgClassName
{
background-color: #8DDEEB;
}
</style>
border-color css
<style>
span { border-color: #8DDEEB; }
span { border-color: rgb(141,222,235); }
td.TdClassName
{
border-color: #8DDEEB;
}
.TagClassName
{
border-color: #8DDEEB;
}
</style>