#8dcce8

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

Shades of Anakiwa #8DCCE8

Tints of Anakiwa #8DCCE8

Color information

#8DCCE8 (or 0x8DCCE8) is unknown color: approx Anakiwa. HEX triplet: 8D, CC and E8. RGB value is (141,204,232). Sum of RGB (Red+Green+Blue) = 141+204+232=577 (76% of max value = 765). Red value is 141 (55.47% from 255 or 24.44% from 577); Green value is 204 (80.08% from 255 or 35.36% from 577); Blue value is 232 (91.02% from 255 or 40.21% from 577); Max value from RGB is 232 - color contains mainly: blue. Hex color #8DCCE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DCCE8 is #723317. Grayscale: #BCBCBC. Windows color (decimal): -7484184 or 15256717. OLE color: 15256717.

HSL color Cylindrical-coordinate representation of color #8DCCE8: hue angle of 198.46º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8DCCE8 is Cyan = 0.39, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB141204232-
CMYK0.390.1200.09
HSL198.46º66.42%73.14%-
HSV(B)198.46º39.22%90.98%-
XYZ47.1454.6784.41-
YUV188.36152.6394.22-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 24.44%
GREEN value IS 204 (80.08% from 255) = 35.36%
BLUE value IS 232 (91.02% from 255) = 40.21%
R=24.44%
G=35.36%
B=40.21%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1412042320.390.1200.09198.4666.4273.14
Hex8DCCE827C09c64249
Octal2153143504714011306102111
Binary1000110111001100111010001001111100010011100011010000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8dcce8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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