Shades of Anakiwa #8DCDEE
Tints of Anakiwa #8DCDEE
RGB
CMYK
RGB Variations
Color information
#8DCDEE (or 0x8DCDEE) is known color: Anakiwa. HEX triplet: 8D, CD and EE. RGB value is (141,205,238). Sum of RGB (Red+Green+Blue) = 141+205+238=584 (77% of max value = 765). Red value is 141 (55.47% from 255 or 24.14% from 584); Green value is 205 (80.47% from 255 or 35.10% from 584); Blue value is 238 (93.36% from 255 or 40.75% from 584); Max value from RGB is 238 - color contains mainly: blue. Hex color #8DCDEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DCDEE is #723211. Grayscale: #BDBDBD. Windows color (decimal): -7483922 or 15650189. OLE color: 15650189.
HSL color Cylindrical-coordinate representation of color #8DCDEE: hue angle of 200.41º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8DCDEE is Cyan = 0.41, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 205 | 238 | - |
| CMYK | 0.41 | 0.14 | 0 | 0.07 |
| HSL | 200.41º | 0.74% | 0.74% | - |
| HSV(B) | 200.41º | 0.41% | 0.93% | - |
| XYZ | 48.25 | 55.5 | 89.06 | - |
| YUV | 189.63 | 155.3 | 93.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 205 | 238 | 0.41 | 0.14 | 0 | 0.07 | 200.41 | 0.74 | 0.74 |
| Hex | 8D | CD | EE | 29 | E | 0 | 7 | C8 | 4A | 4A |
| Octal | 215 | 315 | 356 | 51 | 16 | 0 | 7 | 310 | 112 | 112 |
| Binary | 10001101 | 11001101 | 11101110 | 101001 | 1110 | 0 | 111 | 11001000 | 1001010 | 1001010 |
Color Harmonies of #8DCDEE
Complementary color
Monochromatic Colors of #8DCDEE
Black with #8DCDEE
Text Example
Text Example
White with #8DCDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCDEE; }
p { color: rgb(141,205,238); }
H1.HeaderClassName
{
color: #8DCDEE;
}
.AnyTagClassName
{
color: #8DCDEE;
}
</style>
background-color css
<style>
a { background-color: #8DCDEE; }
a { background-color: rgb(141,205,238); }
div.DivClassName
{
background-color: #8DCDEE;
}
.BgClassName
{
background-color: #8DCDEE;
}
</style>
border-color css
<style>
span { border-color: #8DCDEE; }
span { border-color: rgb(141,205,238); }
td.TdClassName
{
border-color: #8DCDEE;
}
.TagClassName
{
border-color: #8DCDEE;
}
</style>