Shades of Anakiwa #8CD2EF
Tints of Anakiwa #8CD2EF
RGB
CMYK
RGB Variations
Color information
#8CD2EF (or 0x8CD2EF) is known color: Anakiwa. HEX triplet: 8C, D2 and EF. RGB value is (140,210,239). Sum of RGB (Red+Green+Blue) = 140+210+239=589 (78% of max value = 765). Red value is 140 (55.08% from 255 or 23.77% from 589); Green value is 210 (82.42% from 255 or 35.65% from 589); Blue value is 239 (93.75% from 255 or 40.58% from 589); Max value from RGB is 239 - color contains mainly: blue. Hex color #8CD2EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CD2EF is #732D10. Grayscale: #C0C0C0. Windows color (decimal): -7548177 or 15717004. OLE color: 15717004.
HSL color Cylindrical-coordinate representation of color #8CD2EF: hue angle of 197.58º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8CD2EF is Cyan = 0.41, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 140 | 210 | 239 | - |
| CMYK | 0.41 | 0.12 | 0 | 0.06 |
| HSL | 197.58º | 0.76% | 0.74% | - |
| HSV(B) | 197.58º | 0.41% | 0.94% | - |
| XYZ | 49.44 | 57.9 | 90.23 | - |
| YUV | 192.38 | 154.31 | 90.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 210 | 239 | 0.41 | 0.12 | 0 | 0.06 | 197.58 | 0.76 | 0.74 |
| Hex | 8C | D2 | EF | 29 | C | 0 | 6 | C6 | 4C | 4A |
| Octal | 214 | 322 | 357 | 51 | 14 | 0 | 6 | 306 | 114 | 112 |
| Binary | 10001100 | 11010010 | 11101111 | 101001 | 1100 | 0 | 110 | 11000110 | 1001100 | 1001010 |
Color Harmonies of #8CD2EF
Complementary color
Monochromatic Colors of #8CD2EF
Black with #8CD2EF
Text Example
Text Example
White with #8CD2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CD2EF; }
p { color: rgb(140,210,239); }
H1.HeaderClassName
{
color: #8CD2EF;
}
.AnyTagClassName
{
color: #8CD2EF;
}
</style>
background-color css
<style>
a { background-color: #8CD2EF; }
a { background-color: rgb(140,210,239); }
div.DivClassName
{
background-color: #8CD2EF;
}
.BgClassName
{
background-color: #8CD2EF;
}
</style>
border-color css
<style>
span { border-color: #8CD2EF; }
span { border-color: rgb(140,210,239); }
td.TdClassName
{
border-color: #8CD2EF;
}
.TagClassName
{
border-color: #8CD2EF;
}
</style>