Shades of Anakiwa #8FD1ED
Tints of Anakiwa #8FD1ED
RGB
CMYK
RGB Variations
Color information
#8FD1ED (or 0x8FD1ED) is known color: Anakiwa. HEX triplet: 8F, D1 and ED. RGB value is (143,209,237). Sum of RGB (Red+Green+Blue) = 143+209+237=589 (78% of max value = 765). Red value is 143 (56.25% from 255 or 24.28% from 589); Green value is 209 (82.03% from 255 or 35.48% from 589); Blue value is 237 (92.97% from 255 or 40.24% from 589); Max value from RGB is 237 - color contains mainly: blue. Hex color #8FD1ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FD1ED is #702E12. Grayscale: #C0C0C0. Windows color (decimal): -7351827 or 15585679. OLE color: 15585679.
HSL color Cylindrical-coordinate representation of color #8FD1ED: hue angle of 197.87º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8FD1ED is Cyan = 0.40, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 209 | 237 | - |
| CMYK | 0.40 | 0.12 | 0 | 0.07 |
| HSL | 197.87º | 0.72% | 0.75% | - |
| HSV(B) | 197.87º | 0.4% | 0.93% | - |
| XYZ | 49.41 | 57.56 | 88.63 | - |
| YUV | 192.46 | 153.13 | 92.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 209 | 237 | 0.40 | 0.12 | 0 | 0.07 | 197.87 | 0.72 | 0.75 |
| Hex | 8F | D1 | ED | 28 | C | 0 | 7 | C6 | 48 | 4B |
| Octal | 217 | 321 | 355 | 50 | 14 | 0 | 7 | 306 | 110 | 113 |
| Binary | 10001111 | 11010001 | 11101101 | 101000 | 1100 | 0 | 111 | 11000110 | 1001000 | 1001011 |
Color Harmonies of #8FD1ED
Complementary color
Monochromatic Colors of #8FD1ED
Black with #8FD1ED
Text Example
Text Example
White with #8FD1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD1ED; }
p { color: rgb(143,209,237); }
H1.HeaderClassName
{
color: #8FD1ED;
}
.AnyTagClassName
{
color: #8FD1ED;
}
</style>
background-color css
<style>
a { background-color: #8FD1ED; }
a { background-color: rgb(143,209,237); }
div.DivClassName
{
background-color: #8FD1ED;
}
.BgClassName
{
background-color: #8FD1ED;
}
</style>
border-color css
<style>
span { border-color: #8FD1ED; }
span { border-color: rgb(143,209,237); }
td.TdClassName
{
border-color: #8FD1ED;
}
.TagClassName
{
border-color: #8FD1ED;
}
</style>