#93DAAD

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

Shades of Vista Blue #93DAAD

Tints of Vista Blue #93DAAD

Color information

#93DAAD (or 0x93DAAD) is unknown color: approx Vista Blue. HEX triplet: 93, DA and AD. RGB value is (147,218,173). Sum of RGB (Red+Green+Blue) = 147+218+173=538 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.32% from 538); Green value is 218 (85.55% from 255 or 40.52% from 538); Blue value is 173 (67.97% from 255 or 32.16% from 538); Max value from RGB is 218 - color contains mainly: green. Hex color #93DAAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93DAAD is #6C2552. Grayscale: #BFBFBF. Windows color (decimal): -7087443 or 11393683. OLE color: 11393683.

HSL color Cylindrical-coordinate representation of color #93DAAD: hue angle of 141.97º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #93DAAD is Cyan = 0.33, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB147218173-
CMYK0.3300.210.15
HSL141.97º48.97%71.57%-
HSV(B)141.97º32.57%85.49%-
XYZ44.6559.3648.64-
YUV191.64117.4896.16-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.32%
GREEN value IS 218 (85.55% from 255) = 40.52%
BLUE value IS 173 (67.97% from 255) = 32.16%
R=27.32%
G=40.52%
B=32.16%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1472181730.3300.210.15141.9748.9771.57
Hex93DAAD21015F8e3148
Octal223332255410251721661110
Binary1001001111011010101011011000010101011111100011101100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93DAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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