Shades of Anakiwa #8CDFEC
Tints of Anakiwa #8CDFEC
RGB
CMYK
RGB Variations
Color information
#8CDFEC (or 0x8CDFEC) is known color: Anakiwa. HEX triplet: 8C, DF and EC. RGB value is (140,223,236). Sum of RGB (Red+Green+Blue) = 140+223+236=599 (79% of max value = 765). Red value is 140 (55.08% from 255 or 23.37% from 599); Green value is 223 (87.5% from 255 or 37.23% from 599); Blue value is 236 (92.58% from 255 or 39.40% from 599); Max value from RGB is 236 - color contains mainly: blue. Hex color #8CDFEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CDFEC is #732013. Grayscale: #C7C7C7. Windows color (decimal): -7544852 or 15523724. OLE color: 15523724.
HSL color Cylindrical-coordinate representation of color #8CDFEC: hue angle of 188.12º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8CDFEC is Cyan = 0.41, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 140 | 223 | 236 | - |
| CMYK | 0.41 | 0.06 | 0 | 0.07 |
| HSL | 188.13º | 0.72% | 0.74% | - |
| HSV(B) | 188.13º | 0.41% | 0.93% | - |
| XYZ | 52.34 | 64.41 | 89.03 | - |
| YUV | 199.67 | 148.5 | 85.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 223 | 236 | 0.41 | 0.06 | 0 | 0.07 | 188.13 | 0.72 | 0.74 |
| Hex | 8C | DF | EC | 29 | 6 | 0 | 7 | BC | 48 | 4A |
| Octal | 214 | 337 | 354 | 51 | 6 | 0 | 7 | 274 | 110 | 112 |
| Binary | 10001100 | 11011111 | 11101100 | 101001 | 110 | 0 | 111 | 10111100 | 1001000 | 1001010 |
Color Harmonies of #8CDFEC
Complementary color
Monochromatic Colors of #8CDFEC
Black with #8CDFEC
Text Example
Text Example
White with #8CDFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDFEC; }
p { color: rgb(140,223,236); }
H1.HeaderClassName
{
color: #8CDFEC;
}
.AnyTagClassName
{
color: #8CDFEC;
}
</style>
background-color css
<style>
a { background-color: #8CDFEC; }
a { background-color: rgb(140,223,236); }
div.DivClassName
{
background-color: #8CDFEC;
}
.BgClassName
{
background-color: #8CDFEC;
}
</style>
border-color css
<style>
span { border-color: #8CDFEC; }
span { border-color: rgb(140,223,236); }
td.TdClassName
{
border-color: #8CDFEC;
}
.TagClassName
{
border-color: #8CDFEC;
}
</style>