Shades of Anakiwa #8FDAEA
Tints of Anakiwa #8FDAEA
RGB
CMYK
RGB Variations
Color information
#8FDAEA (or 0x8FDAEA) is known color: Anakiwa. HEX triplet: 8F, DA and EA. RGB value is (143,218,234). Sum of RGB (Red+Green+Blue) = 143+218+234=595 (78% of max value = 765). Red value is 143 (56.25% from 255 or 24.03% from 595); Green value is 218 (85.55% from 255 or 36.64% from 595); Blue value is 234 (91.80% from 255 or 39.33% from 595); Max value from RGB is 234 - color contains mainly: blue. Hex color #8FDAEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FDAEA is #702515. Grayscale: #C5C5C5. Windows color (decimal): -7349526 or 15391375. OLE color: 15391375.
HSL color Cylindrical-coordinate representation of color #8FDAEA: hue angle of 190.55º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8FDAEA is Cyan = 0.39, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 143 | 218 | 234 | - |
| CMYK | 0.39 | 0.07 | 0 | 0.08 |
| HSL | 190.55º | 0.68% | 0.74% | - |
| HSV(B) | 190.55º | 0.39% | 0.92% | - |
| XYZ | 51.25 | 61.92 | 87.09 | - |
| YUV | 197.4 | 148.65 | 89.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 218 | 234 | 0.39 | 0.07 | 0 | 0.08 | 190.55 | 0.68 | 0.74 |
| Hex | 8F | DA | EA | 27 | 7 | 0 | 8 | BF | 44 | 4A |
| Octal | 217 | 332 | 352 | 47 | 7 | 0 | 10 | 277 | 104 | 112 |
| Binary | 10001111 | 11011010 | 11101010 | 100111 | 111 | 0 | 1000 | 10111111 | 1000100 | 1001010 |
Color Harmonies of #8FDAEA
Complementary color
Monochromatic Colors of #8FDAEA
Black with #8FDAEA
Text Example
Text Example
White with #8FDAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDAEA; }
p { color: rgb(143,218,234); }
H1.HeaderClassName
{
color: #8FDAEA;
}
.AnyTagClassName
{
color: #8FDAEA;
}
</style>
background-color css
<style>
a { background-color: #8FDAEA; }
a { background-color: rgb(143,218,234); }
div.DivClassName
{
background-color: #8FDAEA;
}
.BgClassName
{
background-color: #8FDAEA;
}
</style>
border-color css
<style>
span { border-color: #8FDAEA; }
span { border-color: rgb(143,218,234); }
td.TdClassName
{
border-color: #8FDAEA;
}
.TagClassName
{
border-color: #8FDAEA;
}
</style>