Shades of Anakiwa #8FDEEF
Tints of Anakiwa #8FDEEF
RGB
CMYK
RGB Variations
Color information
#8FDEEF (or 0x8FDEEF) is known color: Anakiwa. HEX triplet: 8F, DE and EF. RGB value is (143,222,239). Sum of RGB (Red+Green+Blue) = 143+222+239=604 (80% of max value = 765). Red value is 143 (56.25% from 255 or 23.68% from 604); Green value is 222 (87.11% from 255 or 36.75% from 604); Blue value is 239 (93.75% from 255 or 39.57% from 604); Max value from RGB is 239 - color contains mainly: blue. Hex color #8FDEEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FDEEF is #702110. Grayscale: #C8C8C8. Windows color (decimal): -7348497 or 15720079. OLE color: 15720079.
HSL color Cylindrical-coordinate representation of color #8FDEEF: hue angle of 190.62º 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 #8FDEEF is Cyan = 0.40, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 143 | 222 | 239 | - |
| CMYK | 0.40 | 0.07 | 0 | 0.06 |
| HSL | 190.63º | 0.75% | 0.75% | - |
| HSV(B) | 190.63º | 0.4% | 0.94% | - |
| XYZ | 53.03 | 64.31 | 91.28 | - |
| YUV | 200.32 | 149.83 | 87.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 222 | 239 | 0.40 | 0.07 | 0 | 0.06 | 190.63 | 0.75 | 0.75 |
| Hex | 8F | DE | EF | 28 | 7 | 0 | 6 | BF | 4B | 4B |
| Octal | 217 | 336 | 357 | 50 | 7 | 0 | 6 | 277 | 113 | 113 |
| Binary | 10001111 | 11011110 | 11101111 | 101000 | 111 | 0 | 110 | 10111111 | 1001011 | 1001011 |
Color Harmonies of #8FDEEF
Complementary color
Monochromatic Colors of #8FDEEF
Black with #8FDEEF
Text Example
Text Example
White with #8FDEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDEEF; }
p { color: rgb(143,222,239); }
H1.HeaderClassName
{
color: #8FDEEF;
}
.AnyTagClassName
{
color: #8FDEEF;
}
</style>
background-color css
<style>
a { background-color: #8FDEEF; }
a { background-color: rgb(143,222,239); }
div.DivClassName
{
background-color: #8FDEEF;
}
.BgClassName
{
background-color: #8FDEEF;
}
</style>
border-color css
<style>
span { border-color: #8FDEEF; }
span { border-color: rgb(143,222,239); }
td.TdClassName
{
border-color: #8FDEEF;
}
.TagClassName
{
border-color: #8FDEEF;
}
</style>