#93CCB0

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

Shades of Vista Blue #93CCB0

Tints of Vista Blue #93CCB0

Color information

#93CCB0 (or 0x93CCB0) is unknown color: approx Vista Blue. HEX triplet: 93, CC and B0. RGB value is (147,204,176). Sum of RGB (Red+Green+Blue) = 147+204+176=527 (69% of max value = 765). Red value is 147 (57.81% from 255 or 27.89% from 527); Green value is 204 (80.08% from 255 or 38.71% from 527); Blue value is 176 (69.14% from 255 or 33.40% from 527); Max value from RGB is 204 - color contains mainly: green. Hex color #93CCB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93CCB0 is #6C334F. Grayscale: #B7B7B7. Windows color (decimal): -7091024 or 11586707. OLE color: 11586707.

HSL color Cylindrical-coordinate representation of color #93CCB0: hue angle of 150.53º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #93CCB0 is Cyan = 0.28, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.2.

Color convert

RGB147204176-
CMYK0.2800.140.2
HSL150.53º35.85%68.82%-
HSV(B)150.53º27.94%80%-
XYZ41.4652.5249.03-
YUV183.76123.62101.78-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.89%
GREEN value IS 204 (80.08% from 255) = 38.71%
BLUE value IS 176 (69.14% from 255) = 33.40%
R=27.89%
G=38.71%
B=33.40%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1472041760.2800.140.2150.5335.8568.82
Hex93CCB01C0E14972445
Octal223314260340162422744105
Binary100100111100110010110000111000111010100100101111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93CCB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93CCB0; }

 p { color: rgb(147,204,176); }

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

<style>
 a { background-color: #93CCB0; }

 a { background-color: rgb(147,204,176); }

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

<style>
 span { border-color: #93CCB0; }

 span { border-color: rgb(147,204,176); }

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