Shades of Anakiwa #8FCDDE
Tints of Anakiwa #8FCDDE
RGB
CMYK
RGB Variations
Color information
#8FCDDE (or 0x8FCDDE) is known color: Anakiwa. HEX triplet: 8F, CD and DE. RGB value is (143,205,222). Sum of RGB (Red+Green+Blue) = 143+205+222=570 (75% of max value = 765). Red value is 143 (56.25% from 255 or 25.09% from 570); Green value is 205 (80.47% from 255 or 35.96% from 570); Blue value is 222 (87.11% from 255 or 38.95% from 570); Max value from RGB is 222 - color contains mainly: blue. Hex color #8FCDDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FCDDE is #703221. Grayscale: #BCBCBC. Windows color (decimal): -7352866 or 14601615. OLE color: 14601615.
HSL color Cylindrical-coordinate representation of color #8FCDDE: hue angle of 192.91º 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 #8FCDDE is Cyan = 0.36, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 205 | 222 | - |
| CMYK | 0.36 | 0.08 | 0 | 0.13 |
| HSL | 192.91º | 0.54% | 0.72% | - |
| HSV(B) | 192.91º | 0.36% | 0.87% | - |
| XYZ | 46.34 | 54.78 | 77.24 | - |
| YUV | 188.4 | 146.96 | 95.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 205 | 222 | 0.36 | 0.08 | 0 | 0.13 | 192.91 | 0.54 | 0.72 |
| Hex | 8F | CD | DE | 24 | 8 | 0 | D | C1 | 36 | 48 |
| Octal | 217 | 315 | 336 | 44 | 10 | 0 | 15 | 301 | 66 | 110 |
| Binary | 10001111 | 11001101 | 11011110 | 100100 | 1000 | 0 | 1101 | 11000001 | 110110 | 1001000 |
Color Harmonies of #8FCDDE
Complementary color
Monochromatic Colors of #8FCDDE
Black with #8FCDDE
Text Example
Text Example
White with #8FCDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCDDE; }
p { color: rgb(143,205,222); }
H1.HeaderClassName
{
color: #8FCDDE;
}
.AnyTagClassName
{
color: #8FCDDE;
}
</style>
background-color css
<style>
a { background-color: #8FCDDE; }
a { background-color: rgb(143,205,222); }
div.DivClassName
{
background-color: #8FCDDE;
}
.BgClassName
{
background-color: #8FCDDE;
}
</style>
border-color css
<style>
span { border-color: #8FCDDE; }
span { border-color: rgb(143,205,222); }
td.TdClassName
{
border-color: #8FCDDE;
}
.TagClassName
{
border-color: #8FCDDE;
}
</style>