Shades of Anakiwa #8CCDDE
Tints of Anakiwa #8CCDDE
RGB
CMYK
RGB Variations
Color information
#8CCDDE (or 0x8CCDDE) is known color: Anakiwa. HEX triplet: 8C, CD and DE. RGB value is (140,205,222). Sum of RGB (Red+Green+Blue) = 140+205+222=567 (75% of max value = 765). Red value is 140 (55.08% from 255 or 24.69% from 567); Green value is 205 (80.47% from 255 or 36.16% from 567); Blue value is 222 (87.11% from 255 or 39.15% from 567); Max value from RGB is 222 - color contains mainly: blue. Hex color #8CCDDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CCDDE is #733221. Grayscale: #BBBBBB. Windows color (decimal): -7549474 or 14601612. OLE color: 14601612.
HSL color Cylindrical-coordinate representation of color #8CCDDE: hue angle of 192.44º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8CCDDE is Cyan = 0.37, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 205 | 222 | - |
| CMYK | 0.37 | 0.08 | 0 | 0.13 |
| HSL | 192.44º | 0.55% | 0.71% | - |
| HSV(B) | 192.44º | 0.37% | 0.87% | - |
| XYZ | 45.83 | 54.51 | 77.21 | - |
| YUV | 187.5 | 147.47 | 94.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 205 | 222 | 0.37 | 0.08 | 0 | 0.13 | 192.44 | 0.55 | 0.71 |
| Hex | 8C | CD | DE | 25 | 8 | 0 | D | C0 | 37 | 47 |
| Octal | 214 | 315 | 336 | 45 | 10 | 0 | 15 | 300 | 67 | 107 |
| Binary | 10001100 | 11001101 | 11011110 | 100101 | 1000 | 0 | 1101 | 11000000 | 110111 | 1000111 |
Color Harmonies of #8CCDDE
Complementary color
Monochromatic Colors of #8CCDDE
Black with #8CCDDE
Text Example
Text Example
White with #8CCDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCDDE; }
p { color: rgb(140,205,222); }
H1.HeaderClassName
{
color: #8CCDDE;
}
.AnyTagClassName
{
color: #8CCDDE;
}
</style>
background-color css
<style>
a { background-color: #8CCDDE; }
a { background-color: rgb(140,205,222); }
div.DivClassName
{
background-color: #8CCDDE;
}
.BgClassName
{
background-color: #8CCDDE;
}
</style>
border-color css
<style>
span { border-color: #8CCDDE; }
span { border-color: rgb(140,205,222); }
td.TdClassName
{
border-color: #8CCDDE;
}
.TagClassName
{
border-color: #8CCDDE;
}
</style>