Shades of Anakiwa #8CCDDF
Tints of Anakiwa #8CCDDF
RGB
CMYK
RGB Variations
Color information
#8CCDDF (or 0x8CCDDF) is known color: Anakiwa. HEX triplet: 8C, CD and DF. RGB value is (140,205,223). Sum of RGB (Red+Green+Blue) = 140+205+223=568 (75% of max value = 765). Red value is 140 (55.08% from 255 or 24.65% from 568); Green value is 205 (80.47% from 255 or 36.09% from 568); Blue value is 223 (87.5% from 255 or 39.26% from 568); Max value from RGB is 223 - color contains mainly: blue. Hex color #8CCDDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CCDDF is #733220. Grayscale: #BBBBBB. Windows color (decimal): -7549473 or 14667148. OLE color: 14667148.
HSL color Cylindrical-coordinate representation of color #8CCDDF: hue angle of 193.01º degrees, saturation: 0.56, 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 #8CCDDF is Cyan = 0.37, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 205 | 223 | - |
| CMYK | 0.37 | 0.08 | 0 | 0.13 |
| HSL | 193.01º | 0.56% | 0.71% | - |
| HSV(B) | 193.01º | 0.37% | 0.87% | - |
| XYZ | 45.97 | 54.57 | 77.92 | - |
| YUV | 187.62 | 147.97 | 94.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 205 | 223 | 0.37 | 0.08 | 0 | 0.13 | 193.01 | 0.56 | 0.71 |
| Hex | 8C | CD | DF | 25 | 8 | 0 | D | C1 | 38 | 47 |
| Octal | 214 | 315 | 337 | 45 | 10 | 0 | 15 | 301 | 70 | 107 |
| Binary | 10001100 | 11001101 | 11011111 | 100101 | 1000 | 0 | 1101 | 11000001 | 111000 | 1000111 |
Color Harmonies of #8CCDDF
Complementary color
Monochromatic Colors of #8CCDDF
Black with #8CCDDF
Text Example
Text Example
White with #8CCDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCDDF; }
p { color: rgb(140,205,223); }
H1.HeaderClassName
{
color: #8CCDDF;
}
.AnyTagClassName
{
color: #8CCDDF;
}
</style>
background-color css
<style>
a { background-color: #8CCDDF; }
a { background-color: rgb(140,205,223); }
div.DivClassName
{
background-color: #8CCDDF;
}
.BgClassName
{
background-color: #8CCDDF;
}
</style>
border-color css
<style>
span { border-color: #8CCDDF; }
span { border-color: rgb(140,205,223); }
td.TdClassName
{
border-color: #8CCDDF;
}
.TagClassName
{
border-color: #8CCDDF;
}
</style>