#93CBAD

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

Shades of Vista Blue #93CBAD

Tints of Vista Blue #93CBAD

Color information

#93CBAD (or 0x93CBAD) is unknown color: approx Vista Blue. HEX triplet: 93, CB and AD. RGB value is (147,203,173). Sum of RGB (Red+Green+Blue) = 147+203+173=523 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28.11% from 523); Green value is 203 (79.69% from 255 or 38.81% from 523); Blue value is 173 (67.97% from 255 or 33.08% from 523); Max value from RGB is 203 - color contains mainly: green. Hex color #93CBAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93CBAD is #6C3452. Grayscale: #B6B6B6. Windows color (decimal): -7091283 or 11389843. OLE color: 11389843.

HSL color Cylindrical-coordinate representation of color #93CBAD: hue angle of 147.86º degrees, saturation: 0.35, 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 #93CBAD is Cyan = 0.28, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB147203173-
CMYK0.2800.150.20
HSL147.86º35%68.63%-
HSV(B)147.86º27.59%79.61%-
XYZ40.9351.9347.4-
YUV182.84122.45102.44-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.11%
GREEN value IS 203 (79.69% from 255) = 38.81%
BLUE value IS 173 (67.97% from 255) = 33.08%
R=28.11%
G=38.81%
B=33.08%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1472031730.2800.150.20147.863568.63
Hex93CBAD1C0F14942345
Octal223313255340172422443105
Binary100100111100101110101101111000111110100100101001000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93CBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,203,173); }

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

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

 a { background-color: rgb(147,203,173); }

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

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

 span { border-color: rgb(147,203,173); }

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