Shades of Anakiwa #8FCFE1
Tints of Anakiwa #8FCFE1
RGB
CMYK
RGB Variations
Color information
#8FCFE1 (or 0x8FCFE1) is known color: Anakiwa. HEX triplet: 8F, CF and E1. RGB value is (143,207,225). Sum of RGB (Red+Green+Blue) = 143+207+225=575 (76% of max value = 765). Red value is 143 (56.25% from 255 or 24.87% from 575); Green value is 207 (81.25% from 255 or 36% from 575); Blue value is 225 (88.28% from 255 or 39.13% from 575); Max value from RGB is 225 - color contains mainly: blue. Hex color #8FCFE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FCFE1 is #70301E. Grayscale: #BDBDBD. Windows color (decimal): -7352351 or 14798735. OLE color: 14798735.
HSL color Cylindrical-coordinate representation of color #8FCFE1: hue angle of 193.17º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8FCFE1 is Cyan = 0.36, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 143 | 207 | 225 | - |
| CMYK | 0.36 | 0.08 | 0 | 0.12 |
| HSL | 193.17º | 0.58% | 0.72% | - |
| HSV(B) | 193.17º | 0.36% | 0.88% | - |
| XYZ | 47.23 | 55.9 | 79.53 | - |
| YUV | 189.92 | 147.8 | 94.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 207 | 225 | 0.36 | 0.08 | 0 | 0.12 | 193.17 | 0.58 | 0.72 |
| Hex | 8F | CF | E1 | 24 | 8 | 0 | C | C1 | 3A | 48 |
| Octal | 217 | 317 | 341 | 44 | 10 | 0 | 14 | 301 | 72 | 110 |
| Binary | 10001111 | 11001111 | 11100001 | 100100 | 1000 | 0 | 1100 | 11000001 | 111010 | 1001000 |
Color Harmonies of #8FCFE1
Complementary color
Monochromatic Colors of #8FCFE1
Black with #8FCFE1
Text Example
Text Example
White with #8FCFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCFE1; }
p { color: rgb(143,207,225); }
H1.HeaderClassName
{
color: #8FCFE1;
}
.AnyTagClassName
{
color: #8FCFE1;
}
</style>
background-color css
<style>
a { background-color: #8FCFE1; }
a { background-color: rgb(143,207,225); }
div.DivClassName
{
background-color: #8FCFE1;
}
.BgClassName
{
background-color: #8FCFE1;
}
</style>
border-color css
<style>
span { border-color: #8FCFE1; }
span { border-color: rgb(143,207,225); }
td.TdClassName
{
border-color: #8FCFE1;
}
.TagClassName
{
border-color: #8FCFE1;
}
</style>