Html Css Color HEX #93DAB6 Vista Blue

📋 copy color: '#93DAB6'

red 147 ◦ green 218 ◦ blue 182

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

Shades of Vista Blue #93DAB6

Tints of Vista Blue #93DAB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 33.27%

R = 26.87%
G = 39.85%
B = 33.27%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#93DAB6 (or 0x93DAB6) is known color: Vista Blue. HEX triplet: 93, DA and B6. RGB value is (147,218,182). Sum of RGB (Red+Green+Blue) = 147+218+182=547 (72% of max value = 765). Red value is 147 (57.81% from 255 or 26.87% from 547); Green value is 218 (85.55% from 255 or 39.85% from 547); Blue value is 182 (71.48% from 255 or 33.27% from 547); Max value from RGB is 218 - color contains mainly: green. Hex color #93DAB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93DAB6 is #6C2549. Grayscale: #C0C0C0. Windows color (decimal): -7087434 or 11983507. OLE color: 11983507.

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

Color convert

RGB 147 218 182 -
CMYK 0.33 0 0.17 0.15
HSL 149.58º 0.49% 0.72% -
HSV(B) 149.58º 0.33% 0.85% -
XYZ 45.55 59.72 53.38 -
YUV 192.67 121.98 95.43 -
System Red Green Blue C M Y K H S L
Decimal 147 218 182 0.33 0 0.17 0.15 149.58 0.49 0.72
Hex 93 DA B6 21 0 11 F 96 31 48
Octal 223 332 266 41 0 21 17 226 61 110
Binary 10010011 11011010 10110110 100001 0 10001 1111 10010110 110001 1001000

Color Harmonies of #93DAB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93DAB6

Black with #93DAB6

Text Example


Text Example

White with #93DAB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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