Shades of Anakiwa #8FCCDE
Tints of Anakiwa #8FCCDE
RGB
CMYK
RGB Variations
Color information
#8FCCDE (or 0x8FCCDE) is known color: Anakiwa. HEX triplet: 8F, CC and DE. RGB value is (143,204,222). Sum of RGB (Red+Green+Blue) = 143+204+222=569 (75% of max value = 765). Red value is 143 (56.25% from 255 or 25.13% from 569); Green value is 204 (80.08% from 255 or 35.85% from 569); Blue value is 222 (87.11% from 255 or 39.02% from 569); Max value from RGB is 222 - color contains mainly: blue. Hex color #8FCCDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FCCDE is #703321. Grayscale: #BBBBBB. Windows color (decimal): -7353122 or 14601359. OLE color: 14601359.
HSL color Cylindrical-coordinate representation of color #8FCCDE: hue angle of 193.67º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8FCCDE is Cyan = 0.36, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 204 | 222 | - |
| CMYK | 0.36 | 0.08 | 0 | 0.13 |
| HSL | 193.67º | 0.54% | 0.72% | - |
| HSV(B) | 193.67º | 0.36% | 0.87% | - |
| XYZ | 46.11 | 54.3 | 77.16 | - |
| YUV | 187.81 | 147.29 | 96.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 204 | 222 | 0.36 | 0.08 | 0 | 0.13 | 193.67 | 0.54 | 0.72 |
| Hex | 8F | CC | DE | 24 | 8 | 0 | D | C2 | 36 | 48 |
| Octal | 217 | 314 | 336 | 44 | 10 | 0 | 15 | 302 | 66 | 110 |
| Binary | 10001111 | 11001100 | 11011110 | 100100 | 1000 | 0 | 1101 | 11000010 | 110110 | 1001000 |
Color Harmonies of #8FCCDE
Complementary color
Monochromatic Colors of #8FCCDE
Black with #8FCCDE
Text Example
Text Example
White with #8FCCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCCDE; }
p { color: rgb(143,204,222); }
H1.HeaderClassName
{
color: #8FCCDE;
}
.AnyTagClassName
{
color: #8FCCDE;
}
</style>
background-color css
<style>
a { background-color: #8FCCDE; }
a { background-color: rgb(143,204,222); }
div.DivClassName
{
background-color: #8FCCDE;
}
.BgClassName
{
background-color: #8FCCDE;
}
</style>
border-color css
<style>
span { border-color: #8FCCDE; }
span { border-color: rgb(143,204,222); }
td.TdClassName
{
border-color: #8FCCDE;
}
.TagClassName
{
border-color: #8FCCDE;
}
</style>