#93CCB4

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

Shades of Vista Blue #93CCB4

Tints of Vista Blue #93CCB4

Color information

#93CCB4 (or 0x93CCB4) is unknown color: approx Vista Blue. HEX triplet: 93, CC and B4. RGB value is (147,204,180). Sum of RGB (Red+Green+Blue) = 147+204+180=531 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.68% from 531); Green value is 204 (80.08% from 255 or 38.42% from 531); Blue value is 180 (70.70% from 255 or 33.90% from 531); Max value from RGB is 204 - color contains mainly: green. Hex color #93CCB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93CCB4 is #6C334B. Grayscale: #B8B8B8. Windows color (decimal): -7091020 or 11848851. OLE color: 11848851.

HSL color Cylindrical-coordinate representation of color #93CCB4: hue angle of 154.74º 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 #93CCB4 is Cyan = 0.28, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.2.

Color convert

RGB147204180-
CMYK0.2800.120.2
HSL154.74º35.85%68.82%-
HSV(B)154.74º27.94%80%-
XYZ41.8652.6851.14-
YUV184.22125.62101.45-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.68%
GREEN value IS 204 (80.08% from 255) = 38.42%
BLUE value IS 180 (70.70% from 255) = 33.90%
R=27.68%
G=38.42%
B=33.90%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1472041800.2800.120.2154.7435.8568.82
Hex93CCB41C0C149b2445
Octal223314264340142423344105
Binary100100111100110010110100111000110010100100110111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93CCB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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