#8DCEDE

Color #8DCEDE Anakiwa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Anakiwa #8DCEDE

Tints of Anakiwa #8DCEDE

Color information

#8DCEDE (or 0x8DCEDE) is unknown color: approx Anakiwa. HEX triplet: 8D, CE and DE. RGB value is (141,206,222). Sum of RGB (Red+Green+Blue) = 141+206+222=569 (75% of max value = 765). Red value is 141 (55.47% from 255 or 24.78% from 569); Green value is 206 (80.86% from 255 or 36.20% from 569); Blue value is 222 (87.11% from 255 or 39.02% from 569); Max value from RGB is 222 - color contains mainly: blue. Hex color #8DCEDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DCEDE is #723121. Grayscale: #BCBCBC. Windows color (decimal): -7483682 or 14601869. OLE color: 14601869.

HSL color Cylindrical-coordinate representation of color #8DCEDE: hue angle of 191.85º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8DCEDE is Cyan = 0.36, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB141206222-
CMYK0.360.0700.13
HSL191.85º55.1%71.18%-
HSV(B)191.85º36.49%87.06%-
XYZ46.2455.0877.3-
YUV188.39146.9794.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 141 (55.47% from 255) = 24.78%
GREEN value IS 206 (80.86% from 255) = 36.20%
BLUE value IS 222 (87.11% from 255) = 39.02%
R=24.78%
G=36.20%
B=39.02%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1412062220.360.0700.13191.8555.171.18
Hex8DCEDE2470Dc03747
Octal21531633644701530067107
Binary10001101110011101101111010010011101101110000001101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8DCEDE; }

 p { color: rgb(141,206,222); }

 H1.HeaderClassName
 {
   color: #8DCEDE;
 }
 .AnyTagClassName
 {
   color: #8DCEDE;
 }
</style>
background-color css

<style>
 a { background-color: #8DCEDE; }

 a { background-color: rgb(141,206,222); }

 div.DivClassName
 {
   background-color: #8DCEDE;
 }
 .BgClassName
 {
   background-color: #8DCEDE;
 }
</style>
border-color css

<style>
 span { border-color: #8DCEDE; }

 span { border-color: rgb(141,206,222); }

 td.TdClassName
 {
   border-color: #8DCEDE;
 }
 .TagClassName
 {
   border-color: #8DCEDE;
 }
</style>