Shades of Anakiwa #8DCEED
Tints of Anakiwa #8DCEED
RGB
CMYK
RGB Variations
Color information
#8DCEED (or 0x8DCEED) is known color: Anakiwa. HEX triplet: 8D, CE and ED. RGB value is (141,206,237). Sum of RGB (Red+Green+Blue) = 141+206+237=584 (77% of max value = 765). Red value is 141 (55.47% from 255 or 24.14% from 584); Green value is 206 (80.86% from 255 or 35.27% from 584); Blue value is 237 (92.97% from 255 or 40.58% from 584); Max value from RGB is 237 - color contains mainly: blue. Hex color #8DCEED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DCEED is #723112. Grayscale: #BDBDBD. Windows color (decimal): -7483667 or 15584909. OLE color: 15584909.
HSL color Cylindrical-coordinate representation of color #8DCEED: hue angle of 199.38º degrees, saturation: 0.73, 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 #8DCEED is Cyan = 0.41, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 206 | 237 | - |
| CMYK | 0.41 | 0.13 | 0 | 0.07 |
| HSL | 199.38º | 0.73% | 0.74% | - |
| HSV(B) | 199.38º | 0.41% | 0.93% | - |
| XYZ | 48.34 | 55.92 | 88.37 | - |
| YUV | 190.1 | 154.47 | 92.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 206 | 237 | 0.41 | 0.13 | 0 | 0.07 | 199.38 | 0.73 | 0.74 |
| Hex | 8D | CE | ED | 29 | D | 0 | 7 | C7 | 49 | 4A |
| Octal | 215 | 316 | 355 | 51 | 15 | 0 | 7 | 307 | 111 | 112 |
| Binary | 10001101 | 11001110 | 11101101 | 101001 | 1101 | 0 | 111 | 11000111 | 1001001 | 1001010 |
Color Harmonies of #8DCEED
Complementary color
Monochromatic Colors of #8DCEED
Black with #8DCEED
Text Example
Text Example
White with #8DCEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCEED; }
p { color: rgb(141,206,237); }
H1.HeaderClassName
{
color: #8DCEED;
}
.AnyTagClassName
{
color: #8DCEED;
}
</style>
background-color css
<style>
a { background-color: #8DCEED; }
a { background-color: rgb(141,206,237); }
div.DivClassName
{
background-color: #8DCEED;
}
.BgClassName
{
background-color: #8DCEED;
}
</style>
border-color css
<style>
span { border-color: #8DCEED; }
span { border-color: rgb(141,206,237); }
td.TdClassName
{
border-color: #8DCEED;
}
.TagClassName
{
border-color: #8DCEED;
}
</style>