#8DDCEA

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

Shades of Anakiwa #8DDCEA

Tints of Anakiwa #8DDCEA

Color information

#8DDCEA (or 0x8DDCEA) is unknown color: approx Anakiwa. HEX triplet: 8D, DC and EA. RGB value is (141,220,234). Sum of RGB (Red+Green+Blue) = 141+220+234=595 (78% of max value = 765). Red value is 141 (55.47% from 255 or 23.70% from 595); Green value is 220 (86.33% from 255 or 36.97% from 595); Blue value is 234 (91.80% from 255 or 39.33% from 595); Max value from RGB is 234 - color contains mainly: blue. Hex color #8DDCEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DDCEA is #722315. Grayscale: #C5C5C5. Windows color (decimal): -7480086 or 15391885. OLE color: 15391885.

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

Color convert

RGB141220234-
CMYK0.400.0600.08
HSL189.03º68.89%73.53%-
HSV(B)189.03º39.74%91.76%-
XYZ51.4362.7987.25-
YUV197.97148.3387.36-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 23.70%
GREEN value IS 220 (86.33% from 255) = 36.97%
BLUE value IS 234 (91.80% from 255) = 39.33%
R=23.70%
G=36.97%
B=39.33%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1412202340.400.0600.08189.0368.8973.53
Hex8DDCEA28608bd454a
Octal215334352506010275105112
Binary100011011101110011101010101000110010001011110110001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DDCEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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