Shades of Anakiwa #8FDCED
Tints of Anakiwa #8FDCED
RGB
CMYK
RGB Variations
Color information
#8FDCED (or 0x8FDCED) is known color: Anakiwa. HEX triplet: 8F, DC and ED. RGB value is (143,220,237). Sum of RGB (Red+Green+Blue) = 143+220+237=600 (79% of max value = 765). Red value is 143 (56.25% from 255 or 23.83% from 600); Green value is 220 (86.33% from 255 or 36.67% from 600); Blue value is 237 (92.97% from 255 or 39.5% from 600); Max value from RGB is 237 - color contains mainly: blue. Hex color #8FDCED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FDCED is #702312. Grayscale: #C6C6C6. Windows color (decimal): -7349011 or 15588495. OLE color: 15588495.
HSL color Cylindrical-coordinate representation of color #8FDCED: hue angle of 190.85º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8FDCED is Cyan = 0.40, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 220 | 237 | - |
| CMYK | 0.40 | 0.07 | 0 | 0.07 |
| HSL | 190.85º | 0.72% | 0.75% | - |
| HSV(B) | 190.85º | 0.4% | 0.93% | - |
| XYZ | 52.21 | 63.14 | 89.56 | - |
| YUV | 198.92 | 149.49 | 88.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 220 | 237 | 0.40 | 0.07 | 0 | 0.07 | 190.85 | 0.72 | 0.75 |
| Hex | 8F | DC | ED | 28 | 7 | 0 | 7 | BF | 48 | 4B |
| Octal | 217 | 334 | 355 | 50 | 7 | 0 | 7 | 277 | 110 | 113 |
| Binary | 10001111 | 11011100 | 11101101 | 101000 | 111 | 0 | 111 | 10111111 | 1001000 | 1001011 |
Color Harmonies of #8FDCED
Complementary color
Monochromatic Colors of #8FDCED
Black with #8FDCED
Text Example
Text Example
White with #8FDCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDCED; }
p { color: rgb(143,220,237); }
H1.HeaderClassName
{
color: #8FDCED;
}
.AnyTagClassName
{
color: #8FDCED;
}
</style>
background-color css
<style>
a { background-color: #8FDCED; }
a { background-color: rgb(143,220,237); }
div.DivClassName
{
background-color: #8FDCED;
}
.BgClassName
{
background-color: #8FDCED;
}
</style>
border-color css
<style>
span { border-color: #8FDCED; }
span { border-color: rgb(143,220,237); }
td.TdClassName
{
border-color: #8FDCED;
}
.TagClassName
{
border-color: #8FDCED;
}
</style>