Shades of Anakiwa #8FD3ED
Tints of Anakiwa #8FD3ED
RGB
CMYK
RGB Variations
Color information
#8FD3ED (or 0x8FD3ED) is known color: Anakiwa. HEX triplet: 8F, D3 and ED. RGB value is (143,211,237). Sum of RGB (Red+Green+Blue) = 143+211+237=591 (78% of max value = 765). Red value is 143 (56.25% from 255 or 24.20% from 591); Green value is 211 (82.81% from 255 or 35.70% from 591); Blue value is 237 (92.97% from 255 or 40.10% from 591); Max value from RGB is 237 - color contains mainly: blue. Hex color #8FD3ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FD3ED is #702C12. Grayscale: #C1C1C1. Windows color (decimal): -7351315 or 15586191. OLE color: 15586191.
HSL color Cylindrical-coordinate representation of color #8FD3ED: hue angle of 196.6º 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 #8FD3ED is Cyan = 0.40, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 211 | 237 | - |
| CMYK | 0.40 | 0.11 | 0 | 0.07 |
| HSL | 196.6º | 0.72% | 0.75% | - |
| HSV(B) | 196.6º | 0.4% | 0.93% | - |
| XYZ | 49.91 | 58.54 | 88.79 | - |
| YUV | 193.63 | 152.47 | 91.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 211 | 237 | 0.40 | 0.11 | 0 | 0.07 | 196.6 | 0.72 | 0.75 |
| Hex | 8F | D3 | ED | 28 | B | 0 | 7 | C5 | 48 | 4B |
| Octal | 217 | 323 | 355 | 50 | 13 | 0 | 7 | 305 | 110 | 113 |
| Binary | 10001111 | 11010011 | 11101101 | 101000 | 1011 | 0 | 111 | 11000101 | 1001000 | 1001011 |
Color Harmonies of #8FD3ED
Complementary color
Monochromatic Colors of #8FD3ED
Black with #8FD3ED
Text Example
Text Example
White with #8FD3ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD3ED; }
p { color: rgb(143,211,237); }
H1.HeaderClassName
{
color: #8FD3ED;
}
.AnyTagClassName
{
color: #8FD3ED;
}
</style>
background-color css
<style>
a { background-color: #8FD3ED; }
a { background-color: rgb(143,211,237); }
div.DivClassName
{
background-color: #8FD3ED;
}
.BgClassName
{
background-color: #8FD3ED;
}
</style>
border-color css
<style>
span { border-color: #8FD3ED; }
span { border-color: rgb(143,211,237); }
td.TdClassName
{
border-color: #8FD3ED;
}
.TagClassName
{
border-color: #8FD3ED;
}
</style>