Shades of Anakiwa #8DDBEF
Tints of Anakiwa #8DDBEF
RGB
CMYK
RGB Variations
Color information
#8DDBEF (or 0x8DDBEF) is known color: Anakiwa. HEX triplet: 8D, DB and EF. RGB value is (141,219,239). Sum of RGB (Red+Green+Blue) = 141+219+239=599 (79% of max value = 765). Red value is 141 (55.47% from 255 or 23.54% from 599); Green value is 219 (85.94% from 255 or 36.56% from 599); Blue value is 239 (93.75% from 255 or 39.90% from 599); Max value from RGB is 239 - color contains mainly: blue. Hex color #8DDBEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DDBEF is #722410. Grayscale: #C5C5C5. Windows color (decimal): -7480337 or 15719309. OLE color: 15719309.
HSL color Cylindrical-coordinate representation of color #8DDBEF: hue angle of 192.24º 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 #8DDBEF is Cyan = 0.41, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 141 | 219 | 239 | - |
| CMYK | 0.41 | 0.08 | 0 | 0.06 |
| HSL | 192.24º | 0.75% | 0.75% | - |
| HSV(B) | 192.24º | 0.41% | 0.94% | - |
| XYZ | 51.9 | 62.56 | 91 | - |
| YUV | 197.96 | 151.16 | 87.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 219 | 239 | 0.41 | 0.08 | 0 | 0.06 | 192.24 | 0.75 | 0.75 |
| Hex | 8D | DB | EF | 29 | 8 | 0 | 6 | C0 | 4B | 4B |
| Octal | 215 | 333 | 357 | 51 | 10 | 0 | 6 | 300 | 113 | 113 |
| Binary | 10001101 | 11011011 | 11101111 | 101001 | 1000 | 0 | 110 | 11000000 | 1001011 | 1001011 |
Color Harmonies of #8DDBEF
Complementary color
Monochromatic Colors of #8DDBEF
Black with #8DDBEF
Text Example
Text Example
White with #8DDBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDBEF; }
p { color: rgb(141,219,239); }
H1.HeaderClassName
{
color: #8DDBEF;
}
.AnyTagClassName
{
color: #8DDBEF;
}
</style>
background-color css
<style>
a { background-color: #8DDBEF; }
a { background-color: rgb(141,219,239); }
div.DivClassName
{
background-color: #8DDBEF;
}
.BgClassName
{
background-color: #8DDBEF;
}
</style>
border-color css
<style>
span { border-color: #8DDBEF; }
span { border-color: rgb(141,219,239); }
td.TdClassName
{
border-color: #8DDBEF;
}
.TagClassName
{
border-color: #8DDBEF;
}
</style>