#8CC6E5

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

Shades of Anakiwa #8CC6E5

Tints of Anakiwa #8CC6E5

Color information

#8CC6E5 (or 0x8CC6E5) is unknown color: approx Anakiwa. HEX triplet: 8C, C6 and E5. RGB value is (140,198,229). Sum of RGB (Red+Green+Blue) = 140+198+229=567 (75% of max value = 765). Red value is 140 (55.08% from 255 or 24.69% from 567); Green value is 198 (77.73% from 255 or 34.92% from 567); Blue value is 229 (89.84% from 255 or 40.39% from 567); Max value from RGB is 229 - color contains mainly: blue. Hex color #8CC6E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CC6E5 is #73391A. Grayscale: #B8B8B8. Windows color (decimal): -7551259 or 15058572. OLE color: 15058572.

HSL color Cylindrical-coordinate representation of color #8CC6E5: hue angle of 200.9º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8CC6E5 is Cyan = 0.39, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB140198229-
CMYK0.390.1400.10
HSL200.9º63.12%72.35%-
HSV(B)200.9º38.86%89.8%-
XYZ45.1551.6281.71-
YUV184.19153.2896.48-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 24.69%
GREEN value IS 198 (77.73% from 255) = 34.92%
BLUE value IS 229 (89.84% from 255) = 40.39%
R=24.69%
G=34.92%
B=40.39%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1401982290.390.1400.10200.963.1272.35
Hex8CC6E527E0Ac93f48
Octal214306345471601231177110
Binary100011001100011011100101100111111001010110010011111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CC6E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,198,229); }

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

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

 a { background-color: rgb(140,198,229); }

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

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

 span { border-color: rgb(140,198,229); }

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