#93DBB2

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

Shades of Vista Blue #93DBB2

Tints of Vista Blue #93DBB2

Color information

#93DBB2 (or 0x93DBB2) is unknown color: approx Vista Blue. HEX triplet: 93, DB and B2. RGB value is (147,219,178). Sum of RGB (Red+Green+Blue) = 147+219+178=544 (72% of max value = 765). Red value is 147 (57.81% from 255 or 27.02% from 544); Green value is 219 (85.94% from 255 or 40.26% from 544); Blue value is 178 (69.92% from 255 or 32.72% from 544); Max value from RGB is 219 - color contains mainly: green. Hex color #93DBB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93DBB2 is #6C244D. Grayscale: #C0C0C0. Windows color (decimal): -7087182 or 11721619. OLE color: 11721619.

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

Color convert

RGB147219178-
CMYK0.3300.190.14
HSL145.83º50%71.76%-
HSV(B)145.83º32.88%85.88%-
XYZ45.460.0851.32-
YUV192.8119.6595.33-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.02%
GREEN value IS 219 (85.94% from 255) = 40.26%
BLUE value IS 178 (69.92% from 255) = 32.72%
R=27.02%
G=40.26%
B=32.72%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1472191780.3300.190.14145.835071.76
Hex93DBB221013E923248
Octal223333262410231622262110
Binary1001001111011011101100101000010100111110100100101100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93DBB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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