Shades of Anakiwa #8FDCEA
Tints of Anakiwa #8FDCEA
RGB
CMYK
RGB Variations
Color information
#8FDCEA (or 0x8FDCEA) is known color: Anakiwa. HEX triplet: 8F, DC and EA. RGB value is (143,220,234). Sum of RGB (Red+Green+Blue) = 143+220+234=597 (79% of max value = 765). Red value is 143 (56.25% from 255 or 23.95% from 597); Green value is 220 (86.33% from 255 or 36.85% from 597); Blue value is 234 (91.80% from 255 or 39.20% from 597); Max value from RGB is 234 - color contains mainly: blue. Hex color #8FDCEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FDCEA is #702315. Grayscale: #C6C6C6. Windows color (decimal): -7349014 or 15391887. OLE color: 15391887.
HSL color Cylindrical-coordinate representation of color #8FDCEA: hue angle of 189.23º 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 #8FDCEA is Cyan = 0.39, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 143 | 220 | 234 | - |
| CMYK | 0.39 | 0.06 | 0 | 0.08 |
| HSL | 189.23º | 0.68% | 0.74% | - |
| HSV(B) | 189.23º | 0.39% | 0.92% | - |
| XYZ | 51.77 | 62.97 | 87.27 | - |
| YUV | 198.57 | 147.99 | 88.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 220 | 234 | 0.39 | 0.06 | 0 | 0.08 | 189.23 | 0.68 | 0.74 |
| Hex | 8F | DC | EA | 27 | 6 | 0 | 8 | BD | 44 | 4A |
| Octal | 217 | 334 | 352 | 47 | 6 | 0 | 10 | 275 | 104 | 112 |
| Binary | 10001111 | 11011100 | 11101010 | 100111 | 110 | 0 | 1000 | 10111101 | 1000100 | 1001010 |
Color Harmonies of #8FDCEA
Complementary color
Monochromatic Colors of #8FDCEA
Black with #8FDCEA
Text Example
Text Example
White with #8FDCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDCEA; }
p { color: rgb(143,220,234); }
H1.HeaderClassName
{
color: #8FDCEA;
}
.AnyTagClassName
{
color: #8FDCEA;
}
</style>
background-color css
<style>
a { background-color: #8FDCEA; }
a { background-color: rgb(143,220,234); }
div.DivClassName
{
background-color: #8FDCEA;
}
.BgClassName
{
background-color: #8FDCEA;
}
</style>
border-color css
<style>
span { border-color: #8FDCEA; }
span { border-color: rgb(143,220,234); }
td.TdClassName
{
border-color: #8FDCEA;
}
.TagClassName
{
border-color: #8FDCEA;
}
</style>