#93C9B1

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

Shades of Vista Blue #93C9B1

Tints of Vista Blue #93C9B1

Color information

#93C9B1 (or 0x93C9B1) is unknown color: approx Vista Blue. HEX triplet: 93, C9 and B1. RGB value is (147,201,177). Sum of RGB (Red+Green+Blue) = 147+201+177=525 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28% from 525); Green value is 201 (78.91% from 255 or 38.29% from 525); Blue value is 177 (69.53% from 255 or 33.71% from 525); Max value from RGB is 201 - color contains mainly: green. Hex color #93C9B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93C9B1 is #6C364E. Grayscale: #B6B6B6. Windows color (decimal): -7091791 or 11651475. OLE color: 11651475.

HSL color Cylindrical-coordinate representation of color #93C9B1: hue angle of 153.33º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #93C9B1 is Cyan = 0.27, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.

Color convert

RGB147201177-
CMYK0.2700.120.21
HSL153.33º33.33%68.24%-
HSV(B)153.33º26.87%78.82%-
XYZ40.8651.1549.31-
YUV182.12125.11102.95-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28%
GREEN value IS 201 (78.91% from 255) = 38.29%
BLUE value IS 177 (69.53% from 255) = 33.71%
R=28%
G=38.29%
B=33.71%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1472011770.2700.120.21153.3333.3368.24
Hex93C9B11B0C15992144
Octal223311261330142523141104
Binary100100111100100110110001110110110010101100110011000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93C9B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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