Shades of Anakiwa #8CCDE4
Tints of Anakiwa #8CCDE4
RGB
CMYK
RGB Variations
Color information
#8CCDE4 (or 0x8CCDE4) is known color: Anakiwa. HEX triplet: 8C, CD and E4. RGB value is (140,205,228). Sum of RGB (Red+Green+Blue) = 140+205+228=573 (75% of max value = 765). Red value is 140 (55.08% from 255 or 24.43% from 573); Green value is 205 (80.47% from 255 or 35.78% from 573); Blue value is 228 (89.45% from 255 or 39.79% from 573); Max value from RGB is 228 - color contains mainly: blue. Hex color #8CCDE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CCDE4 is #73321B. Grayscale: #BCBCBC. Windows color (decimal): -7549468 or 14994828. OLE color: 14994828.
HSL color Cylindrical-coordinate representation of color #8CCDE4: hue angle of 195.68º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8CCDE4 is Cyan = 0.39, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 140 | 205 | 228 | - |
| CMYK | 0.39 | 0.10 | 0 | 0.11 |
| HSL | 195.68º | 0.62% | 0.72% | - |
| HSV(B) | 195.68º | 0.39% | 0.89% | - |
| XYZ | 46.65 | 54.84 | 81.53 | - |
| YUV | 188.19 | 150.47 | 93.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 205 | 228 | 0.39 | 0.10 | 0 | 0.11 | 195.68 | 0.62 | 0.72 |
| Hex | 8C | CD | E4 | 27 | A | 0 | B | C4 | 3E | 48 |
| Octal | 214 | 315 | 344 | 47 | 12 | 0 | 13 | 304 | 76 | 110 |
| Binary | 10001100 | 11001101 | 11100100 | 100111 | 1010 | 0 | 1011 | 11000100 | 111110 | 1001000 |
Color Harmonies of #8CCDE4
Complementary color
Monochromatic Colors of #8CCDE4
Black with #8CCDE4
Text Example
Text Example
White with #8CCDE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCDE4; }
p { color: rgb(140,205,228); }
H1.HeaderClassName
{
color: #8CCDE4;
}
.AnyTagClassName
{
color: #8CCDE4;
}
</style>
background-color css
<style>
a { background-color: #8CCDE4; }
a { background-color: rgb(140,205,228); }
div.DivClassName
{
background-color: #8CCDE4;
}
.BgClassName
{
background-color: #8CCDE4;
}
</style>
border-color css
<style>
span { border-color: #8CCDE4; }
span { border-color: rgb(140,205,228); }
td.TdClassName
{
border-color: #8CCDE4;
}
.TagClassName
{
border-color: #8CCDE4;
}
</style>