#8CCDB2

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

Shades of Vista Blue #8CCDB2

Tints of Vista Blue #8CCDB2

Color information

#8CCDB2 (or 0x8CCDB2) is unknown color: approx Vista Blue. HEX triplet: 8C, CD and B2. RGB value is (140,205,178). Sum of RGB (Red+Green+Blue) = 140+205+178=523 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.77% from 523); Green value is 205 (80.47% from 255 or 39.20% from 523); Blue value is 178 (69.92% from 255 or 34.03% from 523); Max value from RGB is 205 - color contains mainly: green. Hex color #8CCDB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CCDB2 is #73324D. Grayscale: #B6B6B6. Windows color (decimal): -7549518 or 11718028. OLE color: 11718028.

HSL color Cylindrical-coordinate representation of color #8CCDB2: hue angle of 155.08º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8CCDB2 is Cyan = 0.32, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.

Color convert

RGB140205178-
CMYK0.3200.130.20
HSL155.08º39.39%67.65%-
HSV(B)155.08º31.71%80.39%-
XYZ40.6852.4550.1-
YUV182.49125.4797.7-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.77%
GREEN value IS 205 (80.47% from 255) = 39.20%
BLUE value IS 178 (69.92% from 255) = 34.03%
R=26.77%
G=39.20%
B=34.03%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1402051780.3200.130.20155.0839.3967.65
Hex8CCDB2200D149b2744
Octal214315262400152423347104
Binary1000110011001101101100101000000110110100100110111001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CCDB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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