Html Css Color HEX #93D2B6 Vista Blue

📋 copy color: '#93D2B6'

red 147 ◦ green 210 ◦ blue 182

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

Shades of Vista Blue #93D2B6

Tints of Vista Blue #93D2B6

RGB

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

 GREEN value IS 210 (82.42% from 255) = 38.96%

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

R = 27.27%
G = 38.96%
B = 33.77%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.13

 K value IS 0.18

RGB Variations

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

Color information

#93D2B6 (or 0x93D2B6) is known color: Vista Blue. HEX triplet: 93, D2 and B6. RGB value is (147,210,182). Sum of RGB (Red+Green+Blue) = 147+210+182=539 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.27% from 539); Green value is 210 (82.42% from 255 or 38.96% from 539); Blue value is 182 (71.48% from 255 or 33.77% from 539); Max value from RGB is 210 - color contains mainly: green. Hex color #93D2B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93D2B6 is #6C2D49. Grayscale: #BCBCBC. Windows color (decimal): -7089482 or 11981459. OLE color: 11981459.

HSL color Cylindrical-coordinate representation of color #93D2B6: hue angle of 153.33º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #93D2B6 is Cyan = 0.30, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.18.

Color convert

RGB 147 210 182 -
CMYK 0.30 0 0.13 0.18
HSL 153.33º 0.41% 0.7% -
HSV(B) 153.33º 0.3% 0.82% -
XYZ 43.52 55.67 52.71 -
YUV 187.97 124.63 98.78 -
System Red Green Blue C M Y K H S L
Decimal 147 210 182 0.30 0 0.13 0.18 153.33 0.41 0.7
Hex 93 D2 B6 1E 0 D 12 99 29 46
Octal 223 322 266 36 0 15 22 231 51 106
Binary 10010011 11010010 10110110 11110 0 1101 10010 10011001 101001 1000110

Color Harmonies of #93D2B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93D2B6

Black with #93D2B6

Text Example


Text Example

White with #93D2B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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