Shades of Anakiwa #8CCCEF
Tints of Anakiwa #8CCCEF
RGB
CMYK
RGB Variations
Color information
#8CCCEF (or 0x8CCCEF) is known color: Anakiwa. HEX triplet: 8C, CC and EF. RGB value is (140,204,239). Sum of RGB (Red+Green+Blue) = 140+204+239=583 (77% of max value = 765). Red value is 140 (55.08% from 255 or 24.01% from 583); Green value is 204 (80.08% from 255 or 34.99% from 583); Blue value is 239 (93.75% from 255 or 40.99% from 583); Max value from RGB is 239 - color contains mainly: blue. Hex color #8CCCEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CCCEF is #733310. Grayscale: #BCBCBC. Windows color (decimal): -7549713 or 15715468. OLE color: 15715468.
HSL color Cylindrical-coordinate representation of color #8CCCEF: hue angle of 201.21º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8CCCEF is Cyan = 0.41, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 140 | 204 | 239 | - |
| CMYK | 0.41 | 0.15 | 0 | 0.06 |
| HSL | 201.21º | 0.76% | 0.74% | - |
| HSV(B) | 201.21º | 0.41% | 0.94% | - |
| XYZ | 47.99 | 54.99 | 89.75 | - |
| YUV | 188.85 | 156.3 | 93.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 204 | 239 | 0.41 | 0.15 | 0 | 0.06 | 201.21 | 0.76 | 0.74 |
| Hex | 8C | CC | EF | 29 | F | 0 | 6 | C9 | 4C | 4A |
| Octal | 214 | 314 | 357 | 51 | 17 | 0 | 6 | 311 | 114 | 112 |
| Binary | 10001100 | 11001100 | 11101111 | 101001 | 1111 | 0 | 110 | 11001001 | 1001100 | 1001010 |
Color Harmonies of #8CCCEF
Complementary color
Monochromatic Colors of #8CCCEF
Black with #8CCCEF
Text Example
Text Example
White with #8CCCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCCEF; }
p { color: rgb(140,204,239); }
H1.HeaderClassName
{
color: #8CCCEF;
}
.AnyTagClassName
{
color: #8CCCEF;
}
</style>
background-color css
<style>
a { background-color: #8CCCEF; }
a { background-color: rgb(140,204,239); }
div.DivClassName
{
background-color: #8CCCEF;
}
.BgClassName
{
background-color: #8CCCEF;
}
</style>
border-color css
<style>
span { border-color: #8CCCEF; }
span { border-color: rgb(140,204,239); }
td.TdClassName
{
border-color: #8CCCEF;
}
.TagClassName
{
border-color: #8CCCEF;
}
</style>