#8DDCEC

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

Shades of Anakiwa #8DDCEC

Tints of Anakiwa #8DDCEC

Color information

#8DDCEC (or 0x8DDCEC) is unknown color: approx Anakiwa. HEX triplet: 8D, DC and EC. RGB value is (141,220,236). Sum of RGB (Red+Green+Blue) = 141+220+236=597 (79% of max value = 765). Red value is 141 (55.47% from 255 or 23.62% from 597); Green value is 220 (86.33% from 255 or 36.85% from 597); Blue value is 236 (92.58% from 255 or 39.53% from 597); Max value from RGB is 236 - color contains mainly: blue. Hex color #8DDCEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DDCEC is #722313. Grayscale: #C6C6C6. Windows color (decimal): -7480084 or 15522957. OLE color: 15522957.

HSL color Cylindrical-coordinate representation of color #8DDCEC: hue angle of 190.11º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8DDCEC is Cyan = 0.40, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB141220236-
CMYK0.400.0700.07
HSL190.11º71.43%73.92%-
HSV(B)190.11º40.25%92.55%-
XYZ51.7262.9188.77-
YUV198.2149.3387.2-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 23.62%
GREEN value IS 220 (86.33% from 255) = 36.85%
BLUE value IS 236 (92.58% from 255) = 39.53%
R=23.62%
G=36.85%
B=39.53%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1412202360.400.0700.07190.1171.4373.92
Hex8DDCEC28707be474a
Octal21533435450707276107112
Binary10001101110111001110110010100011101111011111010001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DDCEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,220,236); }

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

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

 a { background-color: rgb(141,220,236); }

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

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

 span { border-color: rgb(141,220,236); }

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