Html Css Color HEX #93DCB9 Vista Blue

📋 copy color: '#93DCB9'

red 147 ◦ green 220 ◦ blue 185

#93DCB9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vista Blue #93DCB9

Tints of Vista Blue #93DCB9

RGB

 RED value IS 147 (57.81% from 255) = 26.63%

 GREEN value IS 220 (86.33% from 255) = 39.86%

 BLUE value IS 185 (72.66% from 255) = 33.51%

R = 26.63%
G = 39.86%
B = 33.51%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#93DCB9 (or 0x93DCB9) is known color: Vista Blue. HEX triplet: 93, DC and B9. RGB value is (147,220,185). Sum of RGB (Red+Green+Blue) = 147+220+185=552 (73% of max value = 765). Red value is 147 (57.81% from 255 or 26.63% from 552); Green value is 220 (86.33% from 255 or 39.86% from 552); Blue value is 185 (72.66% from 255 or 33.51% from 552); Max value from RGB is 220 - color contains mainly: green. Hex color #93DCB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93DCB9 is #6C2346. Grayscale: #C2C2C2. Windows color (decimal): -7086919 or 12180627. OLE color: 12180627.

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

Color convert

RGB 147 220 185 -
CMYK 0.33 0 0.16 0.14
HSL 151.23º 0.51% 0.72% -
HSV(B) 151.23º 0.33% 0.86% -
XYZ 46.38 60.89 55.21 -
YUV 194.18 122.82 94.35 -
System Red Green Blue C M Y K H S L
Decimal 147 220 185 0.33 0 0.16 0.14 151.23 0.51 0.72
Hex 93 DC B9 21 0 10 E 97 33 48
Octal 223 334 271 41 0 20 16 227 63 110
Binary 10010011 11011100 10111001 100001 0 10000 1110 10010111 110011 1001000

Color Harmonies of #93DCB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93DCB9

Black with #93DCB9

Text Example


Text Example

White with #93DCB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,220,185); }

 H1.HeaderClassName
 {
   color: #93DCB9;
 }
 .AnyTagClassName
 {
   color: #93DCB9;
 }
</style>

background-color css

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

 a { background-color: rgb(147,220,185); }

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

border-color css

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

 span { border-color: rgb(147,220,185); }

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