Shades of Anakiwa #8FCBE6
Tints of Anakiwa #8FCBE6
RGB
CMYK
RGB Variations
Color information
#8FCBE6 (or 0x8FCBE6) is known color: Anakiwa. HEX triplet: 8F, CB and E6. RGB value is (143,203,230). Sum of RGB (Red+Green+Blue) = 143+203+230=576 (76% of max value = 765). Red value is 143 (56.25% from 255 or 24.83% from 576); Green value is 203 (79.69% from 255 or 35.24% from 576); Blue value is 230 (90.23% from 255 or 39.93% from 576); Max value from RGB is 230 - color contains mainly: blue. Hex color #8FCBE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FCBE6 is #703419. Grayscale: #BBBBBB. Windows color (decimal): -7353370 or 15125391. OLE color: 15125391.
HSL color Cylindrical-coordinate representation of color #8FCBE6: hue angle of 198.62º degrees, saturation: 0.64, 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 #8FCBE6 is Cyan = 0.38, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 143 | 203 | 230 | - |
| CMYK | 0.38 | 0.12 | 0 | 0.10 |
| HSL | 198.62º | 0.64% | 0.73% | - |
| HSV(B) | 198.62º | 0.38% | 0.9% | - |
| XYZ | 46.97 | 54.26 | 82.86 | - |
| YUV | 188.14 | 151.62 | 95.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 203 | 230 | 0.38 | 0.12 | 0 | 0.10 | 198.62 | 0.64 | 0.73 |
| Hex | 8F | CB | E6 | 26 | C | 0 | A | C7 | 40 | 49 |
| Octal | 217 | 313 | 346 | 46 | 14 | 0 | 12 | 307 | 100 | 111 |
| Binary | 10001111 | 11001011 | 11100110 | 100110 | 1100 | 0 | 1010 | 11000111 | 1000000 | 1001001 |
Color Harmonies of #8FCBE6
Complementary color
Monochromatic Colors of #8FCBE6
Black with #8FCBE6
Text Example
Text Example
White with #8FCBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCBE6; }
p { color: rgb(143,203,230); }
H1.HeaderClassName
{
color: #8FCBE6;
}
.AnyTagClassName
{
color: #8FCBE6;
}
</style>
background-color css
<style>
a { background-color: #8FCBE6; }
a { background-color: rgb(143,203,230); }
div.DivClassName
{
background-color: #8FCBE6;
}
.BgClassName
{
background-color: #8FCBE6;
}
</style>
border-color css
<style>
span { border-color: #8FCBE6; }
span { border-color: rgb(143,203,230); }
td.TdClassName
{
border-color: #8FCBE6;
}
.TagClassName
{
border-color: #8FCBE6;
}
</style>