Shades of Anakiwa #8FDBF1
Tints of Anakiwa #8FDBF1
RGB
CMYK
RGB Variations
Color information
#8FDBF1 (or 0x8FDBF1) is known color: Anakiwa. HEX triplet: 8F, DB and F1. RGB value is (143,219,241). Sum of RGB (Red+Green+Blue) = 143+219+241=603 (79% of max value = 765). Red value is 143 (56.25% from 255 or 23.71% from 603); Green value is 219 (85.94% from 255 or 36.32% from 603); Blue value is 241 (94.53% from 255 or 39.97% from 603); Max value from RGB is 241 - color contains mainly: blue. Hex color #8FDBF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FDBF1 is #70240E. Grayscale: #C6C6C6. Windows color (decimal): -7349263 or 15850383. OLE color: 15850383.
HSL color Cylindrical-coordinate representation of color #8FDBF1: hue angle of 193.47º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8FDBF1 is Cyan = 0.41, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 143 | 219 | 241 | - |
| CMYK | 0.41 | 0.09 | 0 | 0.05 |
| HSL | 193.47º | 0.78% | 0.75% | - |
| HSV(B) | 193.47º | 0.41% | 0.95% | - |
| XYZ | 52.54 | 62.85 | 92.58 | - |
| YUV | 198.78 | 151.82 | 88.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 219 | 241 | 0.41 | 0.09 | 0 | 0.05 | 193.47 | 0.78 | 0.75 |
| Hex | 8F | DB | F1 | 29 | 9 | 0 | 5 | C1 | 4E | 4B |
| Octal | 217 | 333 | 361 | 51 | 11 | 0 | 5 | 301 | 116 | 113 |
| Binary | 10001111 | 11011011 | 11110001 | 101001 | 1001 | 0 | 101 | 11000001 | 1001110 | 1001011 |
Color Harmonies of #8FDBF1
Complementary color
Monochromatic Colors of #8FDBF1
Black with #8FDBF1
Text Example
Text Example
White with #8FDBF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDBF1; }
p { color: rgb(143,219,241); }
H1.HeaderClassName
{
color: #8FDBF1;
}
.AnyTagClassName
{
color: #8FDBF1;
}
</style>
background-color css
<style>
a { background-color: #8FDBF1; }
a { background-color: rgb(143,219,241); }
div.DivClassName
{
background-color: #8FDBF1;
}
.BgClassName
{
background-color: #8FDBF1;
}
</style>
border-color css
<style>
span { border-color: #8FDBF1; }
span { border-color: rgb(143,219,241); }
td.TdClassName
{
border-color: #8FDBF1;
}
.TagClassName
{
border-color: #8FDBF1;
}
</style>