#8DD6EA

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

Shades of Anakiwa #8DD6EA

Tints of Anakiwa #8DD6EA

Color information

#8DD6EA (or 0x8DD6EA) is unknown color: approx Anakiwa. HEX triplet: 8D, D6 and EA. RGB value is (141,214,234). Sum of RGB (Red+Green+Blue) = 141+214+234=589 (78% of max value = 765). Red value is 141 (55.47% from 255 or 23.94% from 589); Green value is 214 (83.98% from 255 or 36.33% from 589); Blue value is 234 (91.80% from 255 or 39.73% from 589); Max value from RGB is 234 - color contains mainly: blue. Hex color #8DD6EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DD6EA is #722915. Grayscale: #C2C2C2. Windows color (decimal): -7481622 or 15390349. OLE color: 15390349.

HSL color Cylindrical-coordinate representation of color #8DD6EA: hue angle of 192.9º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8DD6EA is Cyan = 0.40, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB141214234-
CMYK0.400.0900.08
HSL192.9º68.89%73.53%-
HSV(B)192.9º39.74%91.76%-
XYZ49.8859.786.74-
YUV194.45150.3289.87-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 23.94%
GREEN value IS 214 (83.98% from 255) = 36.33%
BLUE value IS 234 (91.80% from 255) = 39.73%
R=23.94%
G=36.33%
B=39.73%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1412142340.400.0900.08192.968.8973.53
Hex8DD6EA28908c1454a
Octal2153263525011010301105112
Binary1000110111010110111010101010001001010001100000110001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,214,234); }

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

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

 a { background-color: rgb(141,214,234); }

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

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

 span { border-color: rgb(141,214,234); }

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