Html Css Color HEX #93DAB0 Vista Blue

📋 copy color: '#93DAB0'

red 147 ◦ green 218 ◦ blue 176

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

Shades of Vista Blue #93DAB0

Tints of Vista Blue #93DAB0

RGB

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

 GREEN value IS 218 (85.55% from 255) = 40.3%

 BLUE value IS 176 (69.14% from 255) = 32.53%

R = 27.17%
G = 40.3%
B = 32.53%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#93DAB0 (or 0x93DAB0) is known color: Vista Blue. HEX triplet: 93, DA and B0. RGB value is (147,218,176). Sum of RGB (Red+Green+Blue) = 147+218+176=541 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.17% from 541); Green value is 218 (85.55% from 255 or 40.30% from 541); Blue value is 176 (69.14% from 255 or 32.53% from 541); Max value from RGB is 218 - color contains mainly: green. Hex color #93DAB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93DAB0 is #6C254F. Grayscale: #C0C0C0. Windows color (decimal): -7087440 or 11590291. OLE color: 11590291.

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

Color convert

RGB 147 218 176 -
CMYK 0.33 0 0.19 0.15
HSL 144.51º 0.49% 0.72% -
HSV(B) 144.51º 0.33% 0.85% -
XYZ 44.94 59.48 50.19 -
YUV 191.98 118.98 95.92 -
System Red Green Blue C M Y K H S L
Decimal 147 218 176 0.33 0 0.19 0.15 144.51 0.49 0.72
Hex 93 DA B0 21 0 13 F 91 31 48
Octal 223 332 260 41 0 23 17 221 61 110
Binary 10010011 11011010 10110000 100001 0 10011 1111 10010001 110001 1001000

Color Harmonies of #93DAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93DAB0

Black with #93DAB0

Text Example


Text Example

White with #93DAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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