Shades of Anakiwa #8FDDF1
Tints of Anakiwa #8FDDF1
RGB
CMYK
RGB Variations
Color information
#8FDDF1 (or 0x8FDDF1) is known color: Anakiwa. HEX triplet: 8F, DD and F1. RGB value is (143,221,241). Sum of RGB (Red+Green+Blue) = 143+221+241=605 (80% of max value = 765). Red value is 143 (56.25% from 255 or 23.64% from 605); Green value is 221 (86.72% from 255 or 36.53% from 605); Blue value is 241 (94.53% from 255 or 39.83% from 605); Max value from RGB is 241 - color contains mainly: blue. Hex color #8FDDF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FDDF1 is #70220E. Grayscale: #C7C7C7. Windows color (decimal): -7348751 or 15850895. OLE color: 15850895.
HSL color Cylindrical-coordinate representation of color #8FDDF1: hue angle of 192.24º 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 #8FDDF1 is Cyan = 0.41, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 143 | 221 | 241 | - |
| CMYK | 0.41 | 0.08 | 0 | 0.05 |
| HSL | 192.24º | 0.78% | 0.75% | - |
| HSV(B) | 192.24º | 0.41% | 0.95% | - |
| XYZ | 53.06 | 63.9 | 92.76 | - |
| YUV | 199.96 | 151.16 | 87.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 221 | 241 | 0.41 | 0.08 | 0 | 0.05 | 192.24 | 0.78 | 0.75 |
| Hex | 8F | DD | F1 | 29 | 8 | 0 | 5 | C0 | 4E | 4B |
| Octal | 217 | 335 | 361 | 51 | 10 | 0 | 5 | 300 | 116 | 113 |
| Binary | 10001111 | 11011101 | 11110001 | 101001 | 1000 | 0 | 101 | 11000000 | 1001110 | 1001011 |
Color Harmonies of #8FDDF1
Complementary color
Monochromatic Colors of #8FDDF1
Black with #8FDDF1
Text Example
Text Example
White with #8FDDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDDF1; }
p { color: rgb(143,221,241); }
H1.HeaderClassName
{
color: #8FDDF1;
}
.AnyTagClassName
{
color: #8FDDF1;
}
</style>
background-color css
<style>
a { background-color: #8FDDF1; }
a { background-color: rgb(143,221,241); }
div.DivClassName
{
background-color: #8FDDF1;
}
.BgClassName
{
background-color: #8FDDF1;
}
</style>
border-color css
<style>
span { border-color: #8FDDF1; }
span { border-color: rgb(143,221,241); }
td.TdClassName
{
border-color: #8FDDF1;
}
.TagClassName
{
border-color: #8FDDF1;
}
</style>