Shades of Anakiwa #8FDDEF
Tints of Anakiwa #8FDDEF
RGB
CMYK
RGB Variations
Color information
#8FDDEF (or 0x8FDDEF) is known color: Anakiwa. HEX triplet: 8F, DD and EF. RGB value is (143,221,239). Sum of RGB (Red+Green+Blue) = 143+221+239=603 (79% of max value = 765). Red value is 143 (56.25% from 255 or 23.71% from 603); Green value is 221 (86.72% from 255 or 36.65% from 603); Blue value is 239 (93.75% from 255 or 39.64% from 603); Max value from RGB is 239 - color contains mainly: blue. Hex color #8FDDEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FDDEF is #702210. Grayscale: #C7C7C7. Windows color (decimal): -7348753 or 15719823. OLE color: 15719823.
HSL color Cylindrical-coordinate representation of color #8FDDEF: hue angle of 191.25º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8FDDEF is Cyan = 0.40, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 143 | 221 | 239 | - |
| CMYK | 0.40 | 0.08 | 0 | 0.06 |
| HSL | 191.25º | 0.75% | 0.75% | - |
| HSV(B) | 191.25º | 0.4% | 0.94% | - |
| XYZ | 52.76 | 63.78 | 91.19 | - |
| YUV | 199.73 | 150.16 | 87.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 221 | 239 | 0.40 | 0.08 | 0 | 0.06 | 191.25 | 0.75 | 0.75 |
| Hex | 8F | DD | EF | 28 | 8 | 0 | 6 | BF | 4B | 4B |
| Octal | 217 | 335 | 357 | 50 | 10 | 0 | 6 | 277 | 113 | 113 |
| Binary | 10001111 | 11011101 | 11101111 | 101000 | 1000 | 0 | 110 | 10111111 | 1001011 | 1001011 |
Color Harmonies of #8FDDEF
Complementary color
Monochromatic Colors of #8FDDEF
Black with #8FDDEF
Text Example
Text Example
White with #8FDDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDDEF; }
p { color: rgb(143,221,239); }
H1.HeaderClassName
{
color: #8FDDEF;
}
.AnyTagClassName
{
color: #8FDDEF;
}
</style>
background-color css
<style>
a { background-color: #8FDDEF; }
a { background-color: rgb(143,221,239); }
div.DivClassName
{
background-color: #8FDDEF;
}
.BgClassName
{
background-color: #8FDDEF;
}
</style>
border-color css
<style>
span { border-color: #8FDDEF; }
span { border-color: rgb(143,221,239); }
td.TdClassName
{
border-color: #8FDDEF;
}
.TagClassName
{
border-color: #8FDDEF;
}
</style>