Shades of Anakiwa #8DCDF1
Tints of Anakiwa #8DCDF1
RGB
CMYK
RGB Variations
Color information
#8DCDF1 (or 0x8DCDF1) is known color: Anakiwa. HEX triplet: 8D, CD and F1. RGB value is (141,205,241). Sum of RGB (Red+Green+Blue) = 141+205+241=587 (77% of max value = 765). Red value is 141 (55.47% from 255 or 24.02% from 587); Green value is 205 (80.47% from 255 or 34.92% from 587); Blue value is 241 (94.53% from 255 or 41.06% from 587); Max value from RGB is 241 - color contains mainly: blue. Hex color #8DCDF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DCDF1 is #72320E. Grayscale: #BDBDBD. Windows color (decimal): -7483919 or 15846797. OLE color: 15846797.
HSL color Cylindrical-coordinate representation of color #8DCDF1: hue angle of 201.6º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8DCDF1 is Cyan = 0.41, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 141 | 205 | 241 | - |
| CMYK | 0.41 | 0.15 | 0 | 0.05 |
| HSL | 201.6º | 0.78% | 0.75% | - |
| HSV(B) | 201.6º | 0.41% | 0.95% | - |
| XYZ | 48.69 | 55.68 | 91.4 | - |
| YUV | 189.97 | 156.8 | 93.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 205 | 241 | 0.41 | 0.15 | 0 | 0.05 | 201.6 | 0.78 | 0.75 |
| Hex | 8D | CD | F1 | 29 | F | 0 | 5 | CA | 4E | 4B |
| Octal | 215 | 315 | 361 | 51 | 17 | 0 | 5 | 312 | 116 | 113 |
| Binary | 10001101 | 11001101 | 11110001 | 101001 | 1111 | 0 | 101 | 11001010 | 1001110 | 1001011 |
Color Harmonies of #8DCDF1
Complementary color
Monochromatic Colors of #8DCDF1
Black with #8DCDF1
Text Example
Text Example
White with #8DCDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCDF1; }
p { color: rgb(141,205,241); }
H1.HeaderClassName
{
color: #8DCDF1;
}
.AnyTagClassName
{
color: #8DCDF1;
}
</style>
background-color css
<style>
a { background-color: #8DCDF1; }
a { background-color: rgb(141,205,241); }
div.DivClassName
{
background-color: #8DCDF1;
}
.BgClassName
{
background-color: #8DCDF1;
}
</style>
border-color css
<style>
span { border-color: #8DCDF1; }
span { border-color: rgb(141,205,241); }
td.TdClassName
{
border-color: #8DCDF1;
}
.TagClassName
{
border-color: #8DCDF1;
}
</style>