Shades of Anakiwa #8CCDEB
Tints of Anakiwa #8CCDEB
RGB
CMYK
RGB Variations
Color information
#8CCDEB (or 0x8CCDEB) is known color: Anakiwa. HEX triplet: 8C, CD and EB. RGB value is (140,205,235). Sum of RGB (Red+Green+Blue) = 140+205+235=580 (76% of max value = 765). Red value is 140 (55.08% from 255 or 24.14% from 580); Green value is 205 (80.47% from 255 or 35.34% from 580); Blue value is 235 (92.19% from 255 or 40.52% from 580); Max value from RGB is 235 - color contains mainly: blue. Hex color #8CCDEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CCDEB is #733214. Grayscale: #BCBCBC. Windows color (decimal): -7549461 or 15453580. OLE color: 15453580.
HSL color Cylindrical-coordinate representation of color #8CCDEB: hue angle of 198.95º 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 #8CCDEB is Cyan = 0.40, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 140 | 205 | 235 | - |
| CMYK | 0.40 | 0.13 | 0 | 0.08 |
| HSL | 198.95º | 0.7% | 0.74% | - |
| HSV(B) | 198.95º | 0.4% | 0.92% | - |
| XYZ | 47.64 | 55.24 | 86.75 | - |
| YUV | 188.99 | 153.97 | 93.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 205 | 235 | 0.40 | 0.13 | 0 | 0.08 | 198.95 | 0.7 | 0.74 |
| Hex | 8C | CD | EB | 28 | D | 0 | 8 | C7 | 46 | 4A |
| Octal | 214 | 315 | 353 | 50 | 15 | 0 | 10 | 307 | 106 | 112 |
| Binary | 10001100 | 11001101 | 11101011 | 101000 | 1101 | 0 | 1000 | 11000111 | 1000110 | 1001010 |
Color Harmonies of #8CCDEB
Complementary color
Monochromatic Colors of #8CCDEB
Black with #8CCDEB
Text Example
Text Example
White with #8CCDEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCDEB; }
p { color: rgb(140,205,235); }
H1.HeaderClassName
{
color: #8CCDEB;
}
.AnyTagClassName
{
color: #8CCDEB;
}
</style>
background-color css
<style>
a { background-color: #8CCDEB; }
a { background-color: rgb(140,205,235); }
div.DivClassName
{
background-color: #8CCDEB;
}
.BgClassName
{
background-color: #8CCDEB;
}
</style>
border-color css
<style>
span { border-color: #8CCDEB; }
span { border-color: rgb(140,205,235); }
td.TdClassName
{
border-color: #8CCDEB;
}
.TagClassName
{
border-color: #8CCDEB;
}
</style>