#8CB3B2

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

Shades of Ziggurat #8CB3B2

Tints of Ziggurat #8CB3B2

Color information

#8CB3B2 (or 0x8CB3B2) is unknown color: approx Ziggurat. HEX triplet: 8C, B3 and B2. RGB value is (140,179,178). Sum of RGB (Red+Green+Blue) = 140+179+178=497 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.17% from 497); Green value is 179 (70.31% from 255 or 36.02% from 497); Blue value is 178 (69.92% from 255 or 35.81% from 497); Max value from RGB is 179 - color contains mainly: green. Hex color #8CB3B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CB3B2 is #734C4D. Grayscale: #A7A7A7. Windows color (decimal): -7556174 or 11711372. OLE color: 11711372.

HSL color Cylindrical-coordinate representation of color #8CB3B2: hue angle of 178.46º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8CB3B2 is Cyan = 0.22, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.30.

Color convert

RGB140179178-
CMYK0.2200.010.30
HSL178.46º20.42%62.55%-
HSV(B)178.46º21.79%70.2%-
XYZ34.9741.0348.2-
YUV167.22134.08108.58-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.17%
GREEN value IS 179 (70.31% from 255) = 36.02%
BLUE value IS 178 (69.92% from 255) = 35.81%
R=28.17%
G=36.02%
B=35.81%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1401791780.2200.010.30178.4620.4262.55
Hex8CB3B216011Eb2143f
Octal2142632622601362622477
Binary1000110010110011101100101011001111101011001010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB3B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,179,178); }

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

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

 a { background-color: rgb(140,179,178); }

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

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

 span { border-color: rgb(140,179,178); }

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