Shades of Anakiwa #8FDDEC
Tints of Anakiwa #8FDDEC
RGB
CMYK
RGB Variations
Color information
#8FDDEC (or 0x8FDDEC) is known color: Anakiwa. HEX triplet: 8F, DD and EC. RGB value is (143,221,236). Sum of RGB (Red+Green+Blue) = 143+221+236=600 (79% of max value = 765). Red value is 143 (56.25% from 255 or 23.83% from 600); Green value is 221 (86.72% from 255 or 36.83% from 600); Blue value is 236 (92.58% from 255 or 39.33% from 600); Max value from RGB is 236 - color contains mainly: blue. Hex color #8FDDEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FDDEC is #702213. Grayscale: #C7C7C7. Windows color (decimal): -7348756 or 15523215. OLE color: 15523215.
HSL color Cylindrical-coordinate representation of color #8FDDEC: hue angle of 189.68º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8FDDEC is Cyan = 0.39, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 143 | 221 | 236 | - |
CMYK | 0.39 | 0.06 | 0 | 0.07 |
HSL | 189.68º | 0.71% | 0.74% | - |
HSV(B) | 189.68º | 0.39% | 0.93% | - |
XYZ | 52.32 | 63.61 | 88.88 | - |
YUV | 199.39 | 148.66 | 87.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 143 | 221 | 236 | 0.39 | 0.06 | 0 | 0.07 | 189.68 | 0.71 | 0.74 |
Hex | 8F | DD | EC | 27 | 6 | 0 | 7 | BE | 47 | 4A |
Octal | 217 | 335 | 354 | 47 | 6 | 0 | 7 | 276 | 107 | 112 |
Binary | 10001111 | 11011101 | 11101100 | 100111 | 110 | 0 | 111 | 10111110 | 1000111 | 1001010 |
Color Harmonies of #8FDDEC
Complementary color
Monochromatic Colors of #8FDDEC
Black with #8FDDEC
Text Example
Text Example
White with #8FDDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDDEC; }
p { color: rgb(143,221,236); }
H1.HeaderClassName
{
color: #8FDDEC;
}
.AnyTagClassName
{
color: #8FDDEC;
}
</style>
background-color css
<style>
a { background-color: #8FDDEC; }
a { background-color: rgb(143,221,236); }
div.DivClassName
{
background-color: #8FDDEC;
}
.BgClassName
{
background-color: #8FDDEC;
}
</style>
border-color css
<style>
span { border-color: #8FDDEC; }
span { border-color: rgb(143,221,236); }
td.TdClassName
{
border-color: #8FDDEC;
}
.TagClassName
{
border-color: #8FDDEC;
}
</style>