#93CEB1

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

Shades of Vista Blue #93CEB1

Tints of Vista Blue #93CEB1

Color information

#93CEB1 (or 0x93CEB1) is unknown color: approx Vista Blue. HEX triplet: 93, CE and B1. RGB value is (147,206,177). Sum of RGB (Red+Green+Blue) = 147+206+177=530 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.74% from 530); Green value is 206 (80.86% from 255 or 38.87% from 530); Blue value is 177 (69.53% from 255 or 33.40% from 530); Max value from RGB is 206 - color contains mainly: green. Hex color #93CEB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93CEB1 is #6C314E. Grayscale: #B9B9B9. Windows color (decimal): -7090511 or 11652755. OLE color: 11652755.

HSL color Cylindrical-coordinate representation of color #93CEB1: hue angle of 150.51º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #93CEB1 is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB147206177-
CMYK0.2900.140.19
HSL150.51º37.58%69.22%-
HSV(B)150.51º28.64%80.78%-
XYZ42.0453.5249.71-
YUV185.05123.45100.86-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.74%
GREEN value IS 206 (80.86% from 255) = 38.87%
BLUE value IS 177 (69.53% from 255) = 33.40%
R=27.74%
G=38.87%
B=33.40%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1472061770.2900.140.19150.5137.5869.22
Hex93CEB11D0E13972645
Octal223316261350162322746105
Binary100100111100111010110001111010111010011100101111001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93CEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,206,177); }

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

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

 a { background-color: rgb(147,206,177); }

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

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

 span { border-color: rgb(147,206,177); }

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