Shades of Anakiwa #8DCCEF
Tints of Anakiwa #8DCCEF
RGB
CMYK
RGB Variations
Color information
#8DCCEF (or 0x8DCCEF) is known color: Anakiwa. HEX triplet: 8D, CC and EF. RGB value is (141,204,239). Sum of RGB (Red+Green+Blue) = 141+204+239=584 (77% of max value = 765). Red value is 141 (55.47% from 255 or 24.14% from 584); Green value is 204 (80.08% from 255 or 34.93% from 584); Blue value is 239 (93.75% from 255 or 40.92% from 584); Max value from RGB is 239 - color contains mainly: blue. Hex color #8DCCEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DCCEF is #723310. Grayscale: #BCBCBC. Windows color (decimal): -7484177 or 15715469. OLE color: 15715469.
HSL color Cylindrical-coordinate representation of color #8DCCEF: hue angle of 201.43º 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 #8DCCEF is Cyan = 0.41, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 141 | 204 | 239 | - |
| CMYK | 0.41 | 0.15 | 0 | 0.06 |
| HSL | 201.43º | 0.75% | 0.75% | - |
| HSV(B) | 201.43º | 0.41% | 0.94% | - |
| XYZ | 48.16 | 55.08 | 89.75 | - |
| YUV | 189.15 | 156.13 | 93.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 204 | 239 | 0.41 | 0.15 | 0 | 0.06 | 201.43 | 0.75 | 0.75 |
| Hex | 8D | CC | EF | 29 | F | 0 | 6 | C9 | 4B | 4B |
| Octal | 215 | 314 | 357 | 51 | 17 | 0 | 6 | 311 | 113 | 113 |
| Binary | 10001101 | 11001100 | 11101111 | 101001 | 1111 | 0 | 110 | 11001001 | 1001011 | 1001011 |
Color Harmonies of #8DCCEF
Complementary color
Monochromatic Colors of #8DCCEF
Black with #8DCCEF
Text Example
Text Example
White with #8DCCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCCEF; }
p { color: rgb(141,204,239); }
H1.HeaderClassName
{
color: #8DCCEF;
}
.AnyTagClassName
{
color: #8DCCEF;
}
</style>
background-color css
<style>
a { background-color: #8DCCEF; }
a { background-color: rgb(141,204,239); }
div.DivClassName
{
background-color: #8DCCEF;
}
.BgClassName
{
background-color: #8DCCEF;
}
</style>
border-color css
<style>
span { border-color: #8DCCEF; }
span { border-color: rgb(141,204,239); }
td.TdClassName
{
border-color: #8DCCEF;
}
.TagClassName
{
border-color: #8DCCEF;
}
</style>