Shades of Anakiwa #8CDDEB
Tints of Anakiwa #8CDDEB
RGB
CMYK
RGB Variations
Color information
#8CDDEB (or 0x8CDDEB) is known color: Anakiwa. HEX triplet: 8C, DD and EB. RGB value is (140,221,235). Sum of RGB (Red+Green+Blue) = 140+221+235=596 (78% of max value = 765). Red value is 140 (55.08% from 255 or 23.49% from 596); Green value is 221 (86.72% from 255 or 37.08% from 596); Blue value is 235 (92.19% from 255 or 39.43% from 596); Max value from RGB is 235 - color contains mainly: blue. Hex color #8CDDEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CDDEB is #732214. Grayscale: #C6C6C6. Windows color (decimal): -7545365 or 15457676. OLE color: 15457676.
HSL color Cylindrical-coordinate representation of color #8CDDEB: hue angle of 188.84º 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 #8CDDEB is Cyan = 0.40, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 140 | 221 | 235 | - |
| CMYK | 0.40 | 0.06 | 0 | 0.08 |
| HSL | 188.84º | 0.7% | 0.74% | - |
| HSV(B) | 188.84º | 0.4% | 0.92% | - |
| XYZ | 51.67 | 63.29 | 88.09 | - |
| YUV | 198.38 | 148.66 | 86.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 221 | 235 | 0.40 | 0.06 | 0 | 0.08 | 188.84 | 0.7 | 0.74 |
| Hex | 8C | DD | EB | 28 | 6 | 0 | 8 | BD | 46 | 4A |
| Octal | 214 | 335 | 353 | 50 | 6 | 0 | 10 | 275 | 106 | 112 |
| Binary | 10001100 | 11011101 | 11101011 | 101000 | 110 | 0 | 1000 | 10111101 | 1000110 | 1001010 |
Color Harmonies of #8CDDEB
Complementary color
Monochromatic Colors of #8CDDEB
Black with #8CDDEB
Text Example
Text Example
White with #8CDDEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDDEB; }
p { color: rgb(140,221,235); }
H1.HeaderClassName
{
color: #8CDDEB;
}
.AnyTagClassName
{
color: #8CDDEB;
}
</style>
background-color css
<style>
a { background-color: #8CDDEB; }
a { background-color: rgb(140,221,235); }
div.DivClassName
{
background-color: #8CDDEB;
}
.BgClassName
{
background-color: #8CDDEB;
}
</style>
border-color css
<style>
span { border-color: #8CDDEB; }
span { border-color: rgb(140,221,235); }
td.TdClassName
{
border-color: #8CDDEB;
}
.TagClassName
{
border-color: #8CDDEB;
}
</style>