#8DDAED

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

Shades of Anakiwa #8DDAED

Tints of Anakiwa #8DDAED

Color information

#8DDAED (or 0x8DDAED) is unknown color: approx Anakiwa. HEX triplet: 8D, DA and ED. RGB value is (141,218,237). Sum of RGB (Red+Green+Blue) = 141+218+237=596 (78% of max value = 765). Red value is 141 (55.47% from 255 or 23.66% from 596); Green value is 218 (85.55% from 255 or 36.58% from 596); Blue value is 237 (92.97% from 255 or 39.77% from 596); Max value from RGB is 237 - color contains mainly: blue. Hex color #8DDAED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DDAED is #722512. Grayscale: #C4C4C4. Windows color (decimal): -7480595 or 15587981. OLE color: 15587981.

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

Color convert

RGB141218237-
CMYK0.410.0800.07
HSL191.88º72.73%74.12%-
HSV(B)191.88º40.51%92.94%-
XYZ51.3461.9289.37-
YUV197.14150.4987.96-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 23.66%
GREEN value IS 218 (85.55% from 255) = 36.58%
BLUE value IS 237 (92.97% from 255) = 39.77%
R=23.66%
G=36.58%
B=39.77%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1412182370.410.0800.07191.8872.7374.12
Hex8DDAED29807c0494a
Octal215332355511007300111112
Binary100011011101101011101101101001100001111100000010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DDAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,218,237); }

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

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

 a { background-color: rgb(141,218,237); }

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

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

 span { border-color: rgb(141,218,237); }

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