#8DD4EC

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

Shades of Anakiwa #8DD4EC

Tints of Anakiwa #8DD4EC

Color information

#8DD4EC (or 0x8DD4EC) is unknown color: approx Anakiwa. HEX triplet: 8D, D4 and EC. RGB value is (141,212,236). Sum of RGB (Red+Green+Blue) = 141+212+236=589 (78% of max value = 765). Red value is 141 (55.47% from 255 or 23.94% from 589); Green value is 212 (83.20% from 255 or 35.99% from 589); Blue value is 236 (92.58% from 255 or 40.07% from 589); Max value from RGB is 236 - color contains mainly: blue. Hex color #8DD4EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DD4EC is #722B13. Grayscale: #C1C1C1. Windows color (decimal): -7482132 or 15520909. OLE color: 15520909.

HSL color Cylindrical-coordinate representation of color #8DD4EC: hue angle of 195.16º 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 #8DD4EC is Cyan = 0.40, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB141212236-
CMYK0.400.1000.07
HSL195.16º71.43%73.92%-
HSV(B)195.16º40.25%92.55%-
XYZ49.6758.8188.09-
YUV193.51151.9890.55-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 23.94%
GREEN value IS 212 (83.20% from 255) = 35.99%
BLUE value IS 236 (92.58% from 255) = 40.07%
R=23.94%
G=35.99%
B=40.07%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1412122360.400.1000.07195.1671.4373.92
Hex8DD4EC28A07c3474a
Octal215324354501207303107112
Binary100011011101010011101100101000101001111100001110001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD4EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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