#93DBAF

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

Shades of Vista Blue #93DBAF

Tints of Vista Blue #93DBAF

Color information

#93DBAF (or 0x93DBAF) is unknown color: approx Vista Blue. HEX triplet: 93, DB and AF. RGB value is (147,219,175). Sum of RGB (Red+Green+Blue) = 147+219+175=541 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.17% from 541); Green value is 219 (85.94% from 255 or 40.48% from 541); Blue value is 175 (68.75% from 255 or 32.35% from 541); Max value from RGB is 219 - color contains mainly: green. Hex color #93DBAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93DBAF is #6C2450. Grayscale: #C0C0C0. Windows color (decimal): -7087185 or 11525011. OLE color: 11525011.

HSL color Cylindrical-coordinate representation of color #93DBAF: hue angle of 143.33º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #93DBAF is Cyan = 0.33, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB147219175-
CMYK0.3300.200.14
HSL143.33º50%71.76%-
HSV(B)143.33º32.88%85.88%-
XYZ45.159.9649.75-
YUV192.46118.1595.58-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.17%
GREEN value IS 219 (85.94% from 255) = 40.48%
BLUE value IS 175 (68.75% from 255) = 32.35%
R=27.17%
G=40.48%
B=32.35%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1472191750.3300.200.14143.335071.76
Hex93DBAF21014E8f3248
Octal223333257410241621762110
Binary1001001111011011101011111000010101001110100011111100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93DBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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