#93CBAF

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

Shades of Vista Blue #93CBAF

Tints of Vista Blue #93CBAF

Color information

#93CBAF (or 0x93CBAF) is unknown color: approx Vista Blue. HEX triplet: 93, CB and AF. RGB value is (147,203,175). Sum of RGB (Red+Green+Blue) = 147+203+175=525 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28% from 525); Green value is 203 (79.69% from 255 or 38.67% from 525); Blue value is 175 (68.75% from 255 or 33.33% from 525); Max value from RGB is 203 - color contains mainly: green. Hex color #93CBAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93CBAF is #6C3450. Grayscale: #B7B7B7. Windows color (decimal): -7091281 or 11520915. OLE color: 11520915.

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

Color convert

RGB147203175-
CMYK0.2800.140.20
HSL150º35%68.63%-
HSV(B)150º27.59%79.61%-
XYZ41.1352.0148.43-
YUV183.06123.45102.28-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28%
GREEN value IS 203 (79.69% from 255) = 38.67%
BLUE value IS 175 (68.75% from 255) = 33.33%
R=28%
G=38.67%
B=33.33%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1472031750.2800.140.201503568.63
Hex93CBAF1C0E14962345
Octal223313257340162422643105
Binary100100111100101110101111111000111010100100101101000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93CBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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