#8CD6E3

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

Shades of Anakiwa #8CD6E3

Tints of Anakiwa #8CD6E3

Color information

#8CD6E3 (or 0x8CD6E3) is unknown color: approx Anakiwa. HEX triplet: 8C, D6 and E3. RGB value is (140,214,227). Sum of RGB (Red+Green+Blue) = 140+214+227=581 (76% of max value = 765). Red value is 140 (55.08% from 255 or 24.10% from 581); Green value is 214 (83.98% from 255 or 36.83% from 581); Blue value is 227 (89.06% from 255 or 39.07% from 581); Max value from RGB is 227 - color contains mainly: blue. Hex color #8CD6E3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CD6E3 is #73291C. Grayscale: #C1C1C1. Windows color (decimal): -7547165 or 14931596. OLE color: 14931596.

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

Color convert

RGB140214227-
CMYK0.380.0600.11
HSL188.97º60.84%71.96%-
HSV(B)188.97º38.33%89.02%-
XYZ48.7359.2181.53-
YUV193.36146.9889.94-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 24.10%
GREEN value IS 214 (83.98% from 255) = 36.83%
BLUE value IS 227 (89.06% from 255) = 39.07%
R=24.10%
G=36.83%
B=39.07%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1402142270.380.0600.11188.9760.8471.96
Hex8CD6E32660Bbd3d48
Octal21432634346601327575110
Binary10001100110101101110001110011011001011101111011111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CD6E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,214,227); }

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

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

 a { background-color: rgb(140,214,227); }

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

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

 span { border-color: rgb(140,214,227); }

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