Shades of Anakiwa #8FCFE5
Tints of Anakiwa #8FCFE5
RGB
CMYK
RGB Variations
Color information
#8FCFE5 (or 0x8FCFE5) is known color: Anakiwa. HEX triplet: 8F, CF and E5. RGB value is (143,207,229). Sum of RGB (Red+Green+Blue) = 143+207+229=579 (76% of max value = 765). Red value is 143 (56.25% from 255 or 24.70% from 579); Green value is 207 (81.25% from 255 or 35.75% from 579); Blue value is 229 (89.84% from 255 or 39.55% from 579); Max value from RGB is 229 - color contains mainly: blue. Hex color #8FCFE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FCFE5 is #70301A. Grayscale: #BEBEBE. Windows color (decimal): -7352347 or 15060879. OLE color: 15060879.
HSL color Cylindrical-coordinate representation of color #8FCFE5: hue angle of 195.35º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8FCFE5 is Cyan = 0.38, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 143 | 207 | 229 | - |
| CMYK | 0.38 | 0.10 | 0 | 0.10 |
| HSL | 195.35º | 0.62% | 0.73% | - |
| HSV(B) | 195.35º | 0.38% | 0.9% | - |
| XYZ | 47.78 | 56.12 | 82.44 | - |
| YUV | 190.37 | 149.8 | 94.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 207 | 229 | 0.38 | 0.10 | 0 | 0.10 | 195.35 | 0.62 | 0.73 |
| Hex | 8F | CF | E5 | 26 | A | 0 | A | C3 | 3E | 49 |
| Octal | 217 | 317 | 345 | 46 | 12 | 0 | 12 | 303 | 76 | 111 |
| Binary | 10001111 | 11001111 | 11100101 | 100110 | 1010 | 0 | 1010 | 11000011 | 111110 | 1001001 |
Color Harmonies of #8FCFE5
Complementary color
Monochromatic Colors of #8FCFE5
Black with #8FCFE5
Text Example
Text Example
White with #8FCFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCFE5; }
p { color: rgb(143,207,229); }
H1.HeaderClassName
{
color: #8FCFE5;
}
.AnyTagClassName
{
color: #8FCFE5;
}
</style>
background-color css
<style>
a { background-color: #8FCFE5; }
a { background-color: rgb(143,207,229); }
div.DivClassName
{
background-color: #8FCFE5;
}
.BgClassName
{
background-color: #8FCFE5;
}
</style>
border-color css
<style>
span { border-color: #8FCFE5; }
span { border-color: rgb(143,207,229); }
td.TdClassName
{
border-color: #8FCFE5;
}
.TagClassName
{
border-color: #8FCFE5;
}
</style>