Shades of Anakiwa #8CCEEE
Tints of Anakiwa #8CCEEE
RGB
CMYK
RGB Variations
Color information
#8CCEEE (or 0x8CCEEE) is known color: Anakiwa. HEX triplet: 8C, CE and EE. RGB value is (140,206,238). Sum of RGB (Red+Green+Blue) = 140+206+238=584 (77% of max value = 765). Red value is 140 (55.08% from 255 or 23.97% from 584); Green value is 206 (80.86% from 255 or 35.27% from 584); Blue value is 238 (93.36% from 255 or 40.75% from 584); Max value from RGB is 238 - color contains mainly: blue. Hex color #8CCEEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CCEEE is #733111. Grayscale: #BDBDBD. Windows color (decimal): -7549202 or 15650444. OLE color: 15650444.
HSL color Cylindrical-coordinate representation of color #8CCEEE: hue angle of 199.59º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8CCEEE is Cyan = 0.41, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 140 | 206 | 238 | - |
| CMYK | 0.41 | 0.13 | 0 | 0.07 |
| HSL | 199.59º | 0.74% | 0.74% | - |
| HSV(B) | 199.59º | 0.41% | 0.93% | - |
| XYZ | 48.32 | 55.89 | 89.13 | - |
| YUV | 189.91 | 155.13 | 92.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 206 | 238 | 0.41 | 0.13 | 0 | 0.07 | 199.59 | 0.74 | 0.74 |
| Hex | 8C | CE | EE | 29 | D | 0 | 7 | C8 | 4A | 4A |
| Octal | 214 | 316 | 356 | 51 | 15 | 0 | 7 | 310 | 112 | 112 |
| Binary | 10001100 | 11001110 | 11101110 | 101001 | 1101 | 0 | 111 | 11001000 | 1001010 | 1001010 |
Color Harmonies of #8CCEEE
Complementary color
Monochromatic Colors of #8CCEEE
Black with #8CCEEE
Text Example
Text Example
White with #8CCEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCEEE; }
p { color: rgb(140,206,238); }
H1.HeaderClassName
{
color: #8CCEEE;
}
.AnyTagClassName
{
color: #8CCEEE;
}
</style>
background-color css
<style>
a { background-color: #8CCEEE; }
a { background-color: rgb(140,206,238); }
div.DivClassName
{
background-color: #8CCEEE;
}
.BgClassName
{
background-color: #8CCEEE;
}
</style>
border-color css
<style>
span { border-color: #8CCEEE; }
span { border-color: rgb(140,206,238); }
td.TdClassName
{
border-color: #8CCEEE;
}
.TagClassName
{
border-color: #8CCEEE;
}
</style>