Html Css Color HEX #93DEB9 Vista Blue

📋 copy color: '#93DEB9'

red 147 ◦ green 222 ◦ blue 185

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

Shades of Vista Blue #93DEB9

Tints of Vista Blue #93DEB9

RGB

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

 GREEN value IS 222 (87.11% from 255) = 40.07%

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

R = 26.53%
G = 40.07%
B = 33.39%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#93DEB9 (or 0x93DEB9) is known color: Vista Blue. HEX triplet: 93, DE and B9. RGB value is (147,222,185). Sum of RGB (Red+Green+Blue) = 147+222+185=554 (73% of max value = 765). Red value is 147 (57.81% from 255 or 26.53% from 554); Green value is 222 (87.11% from 255 or 40.07% from 554); Blue value is 185 (72.66% from 255 or 33.39% from 554); Max value from RGB is 222 - color contains mainly: green. Hex color #93DEB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93DEB9 is #6C2146. Grayscale: #C3C3C3. Windows color (decimal): -7086407 or 12181139. OLE color: 12181139.

HSL color Cylindrical-coordinate representation of color #93DEB9: hue angle of 150.4º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #93DEB9 is Cyan = 0.34, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB 147 222 185 -
CMYK 0.34 0 0.17 0.13
HSL 150.4º 0.53% 0.72% -
HSV(B) 150.4º 0.34% 0.87% -
XYZ 46.91 61.95 55.38 -
YUV 195.36 122.15 93.51 -
System Red Green Blue C M Y K H S L
Decimal 147 222 185 0.34 0 0.17 0.13 150.4 0.53 0.72
Hex 93 DE B9 22 0 11 D 96 35 48
Octal 223 336 271 42 0 21 15 226 65 110
Binary 10010011 11011110 10111001 100010 0 10001 1101 10010110 110101 1001000

Color Harmonies of #93DEB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93DEB9

Black with #93DEB9

Text Example


Text Example

White with #93DEB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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