Shades of Anakiwa #8FCBE5
Tints of Anakiwa #8FCBE5
RGB
CMYK
RGB Variations
Color information
#8FCBE5 (or 0x8FCBE5) is known color: Anakiwa. HEX triplet: 8F, CB and E5. RGB value is (143,203,229). Sum of RGB (Red+Green+Blue) = 143+203+229=575 (76% of max value = 765). Red value is 143 (56.25% from 255 or 24.87% from 575); Green value is 203 (79.69% from 255 or 35.30% from 575); Blue value is 229 (89.84% from 255 or 39.83% from 575); Max value from RGB is 229 - color contains mainly: blue. Hex color #8FCBE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FCBE5 is #70341A. Grayscale: #BBBBBB. Windows color (decimal): -7353371 or 15059855. OLE color: 15059855.
HSL color Cylindrical-coordinate representation of color #8FCBE5: hue angle of 198.14º 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 #8FCBE5 is Cyan = 0.38, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 143 | 203 | 229 | - |
| CMYK | 0.38 | 0.11 | 0 | 0.10 |
| HSL | 198.14º | 0.62% | 0.73% | - |
| HSV(B) | 198.14º | 0.38% | 0.9% | - |
| XYZ | 46.83 | 54.21 | 82.12 | - |
| YUV | 188.02 | 151.12 | 95.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 203 | 229 | 0.38 | 0.11 | 0 | 0.10 | 198.14 | 0.62 | 0.73 |
| Hex | 8F | CB | E5 | 26 | B | 0 | A | C6 | 3E | 49 |
| Octal | 217 | 313 | 345 | 46 | 13 | 0 | 12 | 306 | 76 | 111 |
| Binary | 10001111 | 11001011 | 11100101 | 100110 | 1011 | 0 | 1010 | 11000110 | 111110 | 1001001 |
Color Harmonies of #8FCBE5
Complementary color
Monochromatic Colors of #8FCBE5
Black with #8FCBE5
Text Example
Text Example
White with #8FCBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCBE5; }
p { color: rgb(143,203,229); }
H1.HeaderClassName
{
color: #8FCBE5;
}
.AnyTagClassName
{
color: #8FCBE5;
}
</style>
background-color css
<style>
a { background-color: #8FCBE5; }
a { background-color: rgb(143,203,229); }
div.DivClassName
{
background-color: #8FCBE5;
}
.BgClassName
{
background-color: #8FCBE5;
}
</style>
border-color css
<style>
span { border-color: #8FCBE5; }
span { border-color: rgb(143,203,229); }
td.TdClassName
{
border-color: #8FCBE5;
}
.TagClassName
{
border-color: #8FCBE5;
}
</style>