Shades of Anakiwa #8DCFEA
Tints of Anakiwa #8DCFEA
RGB
CMYK
RGB Variations
Color information
#8DCFEA (or 0x8DCFEA) is known color: Anakiwa. HEX triplet: 8D, CF and EA. RGB value is (141,207,234). Sum of RGB (Red+Green+Blue) = 141+207+234=582 (77% of max value = 765). Red value is 141 (55.47% from 255 or 24.23% from 582); Green value is 207 (81.25% from 255 or 35.57% from 582); Blue value is 234 (91.80% from 255 or 40.21% from 582); Max value from RGB is 234 - color contains mainly: blue. Hex color #8DCFEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DCFEA is #723015. Grayscale: #BEBEBE. Windows color (decimal): -7483414 or 15388557. OLE color: 15388557.
HSL color Cylindrical-coordinate representation of color #8DCFEA: hue angle of 197.42º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8DCFEA is Cyan = 0.40, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 141 | 207 | 234 | - |
| CMYK | 0.40 | 0.12 | 0 | 0.08 |
| HSL | 197.42º | 0.69% | 0.74% | - |
| HSV(B) | 197.42º | 0.4% | 0.92% | - |
| XYZ | 48.15 | 56.23 | 86.16 | - |
| YUV | 190.34 | 152.63 | 92.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 207 | 234 | 0.40 | 0.12 | 0 | 0.08 | 197.42 | 0.69 | 0.74 |
| Hex | 8D | CF | EA | 28 | C | 0 | 8 | C5 | 45 | 4A |
| Octal | 215 | 317 | 352 | 50 | 14 | 0 | 10 | 305 | 105 | 112 |
| Binary | 10001101 | 11001111 | 11101010 | 101000 | 1100 | 0 | 1000 | 11000101 | 1000101 | 1001010 |
Color Harmonies of #8DCFEA
Complementary color
Monochromatic Colors of #8DCFEA
Black with #8DCFEA
Text Example
Text Example
White with #8DCFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCFEA; }
p { color: rgb(141,207,234); }
H1.HeaderClassName
{
color: #8DCFEA;
}
.AnyTagClassName
{
color: #8DCFEA;
}
</style>
background-color css
<style>
a { background-color: #8DCFEA; }
a { background-color: rgb(141,207,234); }
div.DivClassName
{
background-color: #8DCFEA;
}
.BgClassName
{
background-color: #8DCFEA;
}
</style>
border-color css
<style>
span { border-color: #8DCFEA; }
span { border-color: rgb(141,207,234); }
td.TdClassName
{
border-color: #8DCFEA;
}
.TagClassName
{
border-color: #8DCFEA;
}
</style>