Shades of Anakiwa #8FCADC
Tints of Anakiwa #8FCADC
RGB
CMYK
RGB Variations
Color information
#8FCADC (or 0x8FCADC) is known color: Anakiwa. HEX triplet: 8F, CA and DC. RGB value is (143,202,220). Sum of RGB (Red+Green+Blue) = 143+202+220=565 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.31% from 565); Green value is 202 (79.30% from 255 or 35.75% from 565); Blue value is 220 (86.33% from 255 or 38.94% from 565); Max value from RGB is 220 - color contains mainly: blue. Hex color #8FCADC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FCADC is #703523. Grayscale: #BABABA. Windows color (decimal): -7353636 or 14469775. OLE color: 14469775.
HSL color Cylindrical-coordinate representation of color #8FCADC: hue angle of 194.03º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8FCADC is Cyan = 0.35, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 202 | 220 | - |
| CMYK | 0.35 | 0.08 | 0 | 0.14 |
| HSL | 194.03º | 0.52% | 0.71% | - |
| HSV(B) | 194.03º | 0.35% | 0.86% | - |
| XYZ | 45.37 | 53.25 | 75.6 | - |
| YUV | 186.41 | 146.95 | 97.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 202 | 220 | 0.35 | 0.08 | 0 | 0.14 | 194.03 | 0.52 | 0.71 |
| Hex | 8F | CA | DC | 23 | 8 | 0 | E | C2 | 34 | 47 |
| Octal | 217 | 312 | 334 | 43 | 10 | 0 | 16 | 302 | 64 | 107 |
| Binary | 10001111 | 11001010 | 11011100 | 100011 | 1000 | 0 | 1110 | 11000010 | 110100 | 1000111 |
Color Harmonies of #8FCADC
Complementary color
Monochromatic Colors of #8FCADC
Black with #8FCADC
Text Example
Text Example
White with #8FCADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCADC; }
p { color: rgb(143,202,220); }
H1.HeaderClassName
{
color: #8FCADC;
}
.AnyTagClassName
{
color: #8FCADC;
}
</style>
background-color css
<style>
a { background-color: #8FCADC; }
a { background-color: rgb(143,202,220); }
div.DivClassName
{
background-color: #8FCADC;
}
.BgClassName
{
background-color: #8FCADC;
}
</style>
border-color css
<style>
span { border-color: #8FCADC; }
span { border-color: rgb(143,202,220); }
td.TdClassName
{
border-color: #8FCADC;
}
.TagClassName
{
border-color: #8FCADC;
}
</style>