Shades of Anakiwa #8FDBE5
Tints of Anakiwa #8FDBE5
RGB
CMYK
RGB Variations
Color information
#8FDBE5 (or 0x8FDBE5) is known color: Anakiwa. HEX triplet: 8F, DB and E5. RGB value is (143,219,229). Sum of RGB (Red+Green+Blue) = 143+219+229=591 (78% of max value = 765). Red value is 143 (56.25% from 255 or 24.20% from 591); Green value is 219 (85.94% from 255 or 37.06% from 591); Blue value is 229 (89.84% from 255 or 38.75% from 591); Max value from RGB is 229 - color contains mainly: blue. Hex color #8FDBE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FDBE5 is #70241A. Grayscale: #C5C5C5. Windows color (decimal): -7349275 or 15063951. OLE color: 15063951.
HSL color Cylindrical-coordinate representation of color #8FDBE5: hue angle of 186.98º 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 #8FDBE5 is Cyan = 0.38, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 143 | 219 | 229 | - |
| CMYK | 0.38 | 0.04 | 0 | 0.10 |
| HSL | 186.98º | 0.62% | 0.73% | - |
| HSV(B) | 186.98º | 0.38% | 0.9% | - |
| XYZ | 50.8 | 62.16 | 83.45 | - |
| YUV | 197.42 | 145.82 | 89.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 219 | 229 | 0.38 | 0.04 | 0 | 0.10 | 186.98 | 0.62 | 0.73 |
| Hex | 8F | DB | E5 | 26 | 4 | 0 | A | BB | 3E | 49 |
| Octal | 217 | 333 | 345 | 46 | 4 | 0 | 12 | 273 | 76 | 111 |
| Binary | 10001111 | 11011011 | 11100101 | 100110 | 100 | 0 | 1010 | 10111011 | 111110 | 1001001 |
Color Harmonies of #8FDBE5
Complementary color
Monochromatic Colors of #8FDBE5
Black with #8FDBE5
Text Example
Text Example
White with #8FDBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDBE5; }
p { color: rgb(143,219,229); }
H1.HeaderClassName
{
color: #8FDBE5;
}
.AnyTagClassName
{
color: #8FDBE5;
}
</style>
background-color css
<style>
a { background-color: #8FDBE5; }
a { background-color: rgb(143,219,229); }
div.DivClassName
{
background-color: #8FDBE5;
}
.BgClassName
{
background-color: #8FDBE5;
}
</style>
border-color css
<style>
span { border-color: #8FDBE5; }
span { border-color: rgb(143,219,229); }
td.TdClassName
{
border-color: #8FDBE5;
}
.TagClassName
{
border-color: #8FDBE5;
}
</style>