Shades of Anakiwa #8FCCE7
Tints of Anakiwa #8FCCE7
RGB
CMYK
RGB Variations
Color information
#8FCCE7 (or 0x8FCCE7) is known color: Anakiwa. HEX triplet: 8F, CC and E7. RGB value is (143,204,231). Sum of RGB (Red+Green+Blue) = 143+204+231=578 (76% of max value = 765). Red value is 143 (56.25% from 255 or 24.74% from 578); Green value is 204 (80.08% from 255 or 35.29% from 578); Blue value is 231 (90.62% from 255 or 39.97% from 578); Max value from RGB is 231 - color contains mainly: blue. Hex color #8FCCE7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FCCE7 is #703318. Grayscale: #BCBCBC. Windows color (decimal): -7353113 or 15191183. OLE color: 15191183.
HSL color Cylindrical-coordinate representation of color #8FCCE7: hue angle of 198.41º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8FCCE7 is Cyan = 0.38, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 143 | 204 | 231 | - |
| CMYK | 0.38 | 0.12 | 0 | 0.09 |
| HSL | 198.41º | 0.65% | 0.73% | - |
| HSV(B) | 198.41º | 0.38% | 0.91% | - |
| XYZ | 47.34 | 54.79 | 83.68 | - |
| YUV | 188.84 | 151.79 | 95.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 204 | 231 | 0.38 | 0.12 | 0 | 0.09 | 198.41 | 0.65 | 0.73 |
| Hex | 8F | CC | E7 | 26 | C | 0 | 9 | C6 | 41 | 49 |
| Octal | 217 | 314 | 347 | 46 | 14 | 0 | 11 | 306 | 101 | 111 |
| Binary | 10001111 | 11001100 | 11100111 | 100110 | 1100 | 0 | 1001 | 11000110 | 1000001 | 1001001 |
Color Harmonies of #8FCCE7
Complementary color
Monochromatic Colors of #8FCCE7
Black with #8FCCE7
Text Example
Text Example
White with #8FCCE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCCE7; }
p { color: rgb(143,204,231); }
H1.HeaderClassName
{
color: #8FCCE7;
}
.AnyTagClassName
{
color: #8FCCE7;
}
</style>
background-color css
<style>
a { background-color: #8FCCE7; }
a { background-color: rgb(143,204,231); }
div.DivClassName
{
background-color: #8FCCE7;
}
.BgClassName
{
background-color: #8FCCE7;
}
</style>
border-color css
<style>
span { border-color: #8FCCE7; }
span { border-color: rgb(143,204,231); }
td.TdClassName
{
border-color: #8FCCE7;
}
.TagClassName
{
border-color: #8FCCE7;
}
</style>