Shades of Anakiwa #8DCFE5
Tints of Anakiwa #8DCFE5
RGB
CMYK
RGB Variations
Color information
#8DCFE5 (or 0x8DCFE5) is known color: Anakiwa. HEX triplet: 8D, CF and E5. RGB value is (141,207,229). Sum of RGB (Red+Green+Blue) = 141+207+229=577 (76% of max value = 765). Red value is 141 (55.47% from 255 or 24.44% from 577); Green value is 207 (81.25% from 255 or 35.88% from 577); Blue value is 229 (89.84% from 255 or 39.69% from 577); Max value from RGB is 229 - color contains mainly: blue. Hex color #8DCFE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DCFE5 is #72301A. Grayscale: #BDBDBD. Windows color (decimal): -7483419 or 15060877. OLE color: 15060877.
HSL color Cylindrical-coordinate representation of color #8DCFE5: hue angle of 195º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8DCFE5 is Cyan = 0.38, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 141 | 207 | 229 | - |
| CMYK | 0.38 | 0.10 | 0 | 0.10 |
| HSL | 195º | 0.63% | 0.73% | - |
| HSV(B) | 195º | 0.38% | 0.9% | - |
| XYZ | 47.44 | 55.95 | 82.43 | - |
| YUV | 189.77 | 150.13 | 93.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 207 | 229 | 0.38 | 0.10 | 0 | 0.10 | 195 | 0.63 | 0.73 |
| Hex | 8D | CF | E5 | 26 | A | 0 | A | C3 | 3F | 49 |
| Octal | 215 | 317 | 345 | 46 | 12 | 0 | 12 | 303 | 77 | 111 |
| Binary | 10001101 | 11001111 | 11100101 | 100110 | 1010 | 0 | 1010 | 11000011 | 111111 | 1001001 |
Color Harmonies of #8DCFE5
Complementary color
Monochromatic Colors of #8DCFE5
Black with #8DCFE5
Text Example
Text Example
White with #8DCFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCFE5; }
p { color: rgb(141,207,229); }
H1.HeaderClassName
{
color: #8DCFE5;
}
.AnyTagClassName
{
color: #8DCFE5;
}
</style>
background-color css
<style>
a { background-color: #8DCFE5; }
a { background-color: rgb(141,207,229); }
div.DivClassName
{
background-color: #8DCFE5;
}
.BgClassName
{
background-color: #8DCFE5;
}
</style>
border-color css
<style>
span { border-color: #8DCFE5; }
span { border-color: rgb(141,207,229); }
td.TdClassName
{
border-color: #8DCFE5;
}
.TagClassName
{
border-color: #8DCFE5;
}
</style>