Shades of Anakiwa #8FDFF1
Tints of Anakiwa #8FDFF1
RGB
CMYK
RGB Variations
Color information
#8FDFF1 (or 0x8FDFF1) is known color: Anakiwa. HEX triplet: 8F, DF and F1. RGB value is (143,223,241). Sum of RGB (Red+Green+Blue) = 143+223+241=607 (80% of max value = 765). Red value is 143 (56.25% from 255 or 23.56% from 607); Green value is 223 (87.5% from 255 or 36.74% from 607); Blue value is 241 (94.53% from 255 or 39.70% from 607); Max value from RGB is 241 - color contains mainly: blue. Hex color #8FDFF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FDFF1 is #70200E. Grayscale: #C8C8C8. Windows color (decimal): -7348239 or 15851407. OLE color: 15851407.
HSL color Cylindrical-coordinate representation of color #8FDFF1: hue angle of 191.02º 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 #8FDFF1 is Cyan = 0.41, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 143 | 223 | 241 | - |
| CMYK | 0.41 | 0.07 | 0 | 0.05 |
| HSL | 191.02º | 0.78% | 0.75% | - |
| HSV(B) | 191.02º | 0.41% | 0.95% | - |
| XYZ | 53.59 | 64.97 | 92.93 | - |
| YUV | 201.13 | 150.5 | 86.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 223 | 241 | 0.41 | 0.07 | 0 | 0.05 | 191.02 | 0.78 | 0.75 |
| Hex | 8F | DF | F1 | 29 | 7 | 0 | 5 | BF | 4E | 4B |
| Octal | 217 | 337 | 361 | 51 | 7 | 0 | 5 | 277 | 116 | 113 |
| Binary | 10001111 | 11011111 | 11110001 | 101001 | 111 | 0 | 101 | 10111111 | 1001110 | 1001011 |
Color Harmonies of #8FDFF1
Complementary color
Monochromatic Colors of #8FDFF1
Black with #8FDFF1
Text Example
Text Example
White with #8FDFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDFF1; }
p { color: rgb(143,223,241); }
H1.HeaderClassName
{
color: #8FDFF1;
}
.AnyTagClassName
{
color: #8FDFF1;
}
</style>
background-color css
<style>
a { background-color: #8FDFF1; }
a { background-color: rgb(143,223,241); }
div.DivClassName
{
background-color: #8FDFF1;
}
.BgClassName
{
background-color: #8FDFF1;
}
</style>
border-color css
<style>
span { border-color: #8FDFF1; }
span { border-color: rgb(143,223,241); }
td.TdClassName
{
border-color: #8FDFF1;
}
.TagClassName
{
border-color: #8FDFF1;
}
</style>