Shades of Anakiwa #8FDCEC
Tints of Anakiwa #8FDCEC
RGB
CMYK
RGB Variations
Color information
#8FDCEC (or 0x8FDCEC) is known color: Anakiwa. HEX triplet: 8F, DC and EC. RGB value is (143,220,236). Sum of RGB (Red+Green+Blue) = 143+220+236=599 (79% of max value = 765). Red value is 143 (56.25% from 255 or 23.87% from 599); Green value is 220 (86.33% from 255 or 36.73% from 599); Blue value is 236 (92.58% from 255 or 39.40% from 599); Max value from RGB is 236 - color contains mainly: blue. Hex color #8FDCEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FDCEC is #702313. Grayscale: #C6C6C6. Windows color (decimal): -7349012 or 15522959. OLE color: 15522959.
HSL color Cylindrical-coordinate representation of color #8FDCEC: hue angle of 190.32º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8FDCEC is Cyan = 0.39, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 220 | 236 | - |
| CMYK | 0.39 | 0.07 | 0 | 0.07 |
| HSL | 190.32º | 0.71% | 0.74% | - |
| HSV(B) | 190.32º | 0.39% | 0.93% | - |
| XYZ | 52.06 | 63.08 | 88.79 | - |
| YUV | 198.8 | 148.99 | 88.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 220 | 236 | 0.39 | 0.07 | 0 | 0.07 | 190.32 | 0.71 | 0.74 |
| Hex | 8F | DC | EC | 27 | 7 | 0 | 7 | BE | 47 | 4A |
| Octal | 217 | 334 | 354 | 47 | 7 | 0 | 7 | 276 | 107 | 112 |
| Binary | 10001111 | 11011100 | 11101100 | 100111 | 111 | 0 | 111 | 10111110 | 1000111 | 1001010 |
Color Harmonies of #8FDCEC
Complementary color
Monochromatic Colors of #8FDCEC
Black with #8FDCEC
Text Example
Text Example
White with #8FDCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDCEC; }
p { color: rgb(143,220,236); }
H1.HeaderClassName
{
color: #8FDCEC;
}
.AnyTagClassName
{
color: #8FDCEC;
}
</style>
background-color css
<style>
a { background-color: #8FDCEC; }
a { background-color: rgb(143,220,236); }
div.DivClassName
{
background-color: #8FDCEC;
}
.BgClassName
{
background-color: #8FDCEC;
}
</style>
border-color css
<style>
span { border-color: #8FDCEC; }
span { border-color: rgb(143,220,236); }
td.TdClassName
{
border-color: #8FDCEC;
}
.TagClassName
{
border-color: #8FDCEC;
}
</style>