#8DC8E3

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

Shades of Anakiwa #8DC8E3

Tints of Anakiwa #8DC8E3

Color information

#8DC8E3 (or 0x8DC8E3) is unknown color: approx Anakiwa. HEX triplet: 8D, C8 and E3. RGB value is (141,200,227). Sum of RGB (Red+Green+Blue) = 141+200+227=568 (75% of max value = 765). Red value is 141 (55.47% from 255 or 24.82% from 568); Green value is 200 (78.52% from 255 or 35.21% from 568); Blue value is 227 (89.06% from 255 or 39.96% from 568); Max value from RGB is 227 - color contains mainly: blue. Hex color #8DC8E3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DC8E3 is #72371C. Grayscale: #B9B9B9. Windows color (decimal): -7485213 or 14928013. OLE color: 14928013.

HSL color Cylindrical-coordinate representation of color #8DC8E3: hue angle of 198.84º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8DC8E3 is Cyan = 0.38, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB141200227-
CMYK0.380.1200.11
HSL198.84º60.56%72.16%-
HSV(B)198.84º37.89%89.02%-
XYZ45.552.5280.41-
YUV185.44151.4596.3-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 24.82%
GREEN value IS 200 (78.52% from 255) = 35.21%
BLUE value IS 227 (89.06% from 255) = 39.96%
R=24.82%
G=35.21%
B=39.96%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1412002270.380.1200.11198.8460.5672.16
Hex8DC8E326C0Bc73d48
Octal215310343461401330775110
Binary100011011100100011100011100110110001011110001111111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DC8E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,200,227); }

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

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

 a { background-color: rgb(141,200,227); }

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

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

 span { border-color: rgb(141,200,227); }

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