Shades of Anakiwa #8FD5EA
Tints of Anakiwa #8FD5EA
RGB
CMYK
RGB Variations
Color information
#8FD5EA (or 0x8FD5EA) is known color: Anakiwa. HEX triplet: 8F, D5 and EA. RGB value is (143,213,234). Sum of RGB (Red+Green+Blue) = 143+213+234=590 (78% of max value = 765). Red value is 143 (56.25% from 255 or 24.24% from 590); Green value is 213 (83.59% from 255 or 36.10% from 590); Blue value is 234 (91.80% from 255 or 39.66% from 590); Max value from RGB is 234 - color contains mainly: blue. Hex color #8FD5EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FD5EA is #702A15. Grayscale: #C2C2C2. Windows color (decimal): -7350806 or 15390095. OLE color: 15390095.
HSL color Cylindrical-coordinate representation of color #8FD5EA: hue angle of 193.85º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8FD5EA is Cyan = 0.39, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 143 | 213 | 234 | - |
| CMYK | 0.39 | 0.09 | 0 | 0.08 |
| HSL | 193.85º | 0.68% | 0.74% | - |
| HSV(B) | 193.85º | 0.39% | 0.92% | - |
| XYZ | 49.97 | 59.37 | 86.67 | - |
| YUV | 194.46 | 150.31 | 91.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 213 | 234 | 0.39 | 0.09 | 0 | 0.08 | 193.85 | 0.68 | 0.74 |
| Hex | 8F | D5 | EA | 27 | 9 | 0 | 8 | C2 | 44 | 4A |
| Octal | 217 | 325 | 352 | 47 | 11 | 0 | 10 | 302 | 104 | 112 |
| Binary | 10001111 | 11010101 | 11101010 | 100111 | 1001 | 0 | 1000 | 11000010 | 1000100 | 1001010 |
Color Harmonies of #8FD5EA
Complementary color
Monochromatic Colors of #8FD5EA
Black with #8FD5EA
Text Example
Text Example
White with #8FD5EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD5EA; }
p { color: rgb(143,213,234); }
H1.HeaderClassName
{
color: #8FD5EA;
}
.AnyTagClassName
{
color: #8FD5EA;
}
</style>
background-color css
<style>
a { background-color: #8FD5EA; }
a { background-color: rgb(143,213,234); }
div.DivClassName
{
background-color: #8FD5EA;
}
.BgClassName
{
background-color: #8FD5EA;
}
</style>
border-color css
<style>
span { border-color: #8FD5EA; }
span { border-color: rgb(143,213,234); }
td.TdClassName
{
border-color: #8FD5EA;
}
.TagClassName
{
border-color: #8FD5EA;
}
</style>