#8DCCEA

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

Shades of Anakiwa #8DCCEA

Tints of Anakiwa #8DCCEA

Color information

#8DCCEA (or 0x8DCCEA) is unknown color: approx Anakiwa. HEX triplet: 8D, CC and EA. RGB value is (141,204,234). Sum of RGB (Red+Green+Blue) = 141+204+234=579 (76% of max value = 765). Red value is 141 (55.47% from 255 or 24.35% from 579); Green value is 204 (80.08% from 255 or 35.23% from 579); Blue value is 234 (91.80% from 255 or 40.41% from 579); Max value from RGB is 234 - color contains mainly: blue. Hex color #8DCCEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DCCEA is #723315. Grayscale: #BCBCBC. Windows color (decimal): -7484182 or 15387789. OLE color: 15387789.

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

Color convert

RGB141204234-
CMYK0.400.1300.08
HSL199.35º68.89%73.53%-
HSV(B)199.35º39.74%91.76%-
XYZ47.4354.7985.92-
YUV188.58153.6394.06-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 24.35%
GREEN value IS 204 (80.08% from 255) = 35.23%
BLUE value IS 234 (91.80% from 255) = 40.41%
R=24.35%
G=35.23%
B=40.41%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1412042340.400.1300.08199.3568.8973.53
Hex8DCCEA28D08c7454a
Octal2153143525015010307105112
Binary1000110111001100111010101010001101010001100011110001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCCEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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