Html Css Color HEX #93D3BB Vista Blue

📋 copy color: '#93D3BB'

red 147 ◦ green 211 ◦ blue 187

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

Shades of Vista Blue #93D3BB

Tints of Vista Blue #93D3BB

RGB

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

 GREEN value IS 211 (82.81% from 255) = 38.72%

 BLUE value IS 187 (73.44% from 255) = 34.31%

R = 26.97%
G = 38.72%
B = 34.31%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.11

 K value IS 0.17

RGB Variations

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

Color information

#93D3BB (or 0x93D3BB) is known color: Vista Blue. HEX triplet: 93, D3 and BB. RGB value is (147,211,187). Sum of RGB (Red+Green+Blue) = 147+211+187=545 (72% of max value = 765). Red value is 147 (57.81% from 255 or 26.97% from 545); Green value is 211 (82.81% from 255 or 38.72% from 545); Blue value is 187 (73.44% from 255 or 34.31% from 545); Max value from RGB is 211 - color contains mainly: green. Hex color #93D3BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93D3BB is #6C2C44. Grayscale: #BDBDBD. Windows color (decimal): -7089221 or 12309395. OLE color: 12309395.

HSL color Cylindrical-coordinate representation of color #93D3BB: hue angle of 157.5º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #93D3BB is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.17.

Color convert

RGB 147 211 187 -
CMYK 0.30 0 0.11 0.17
HSL 157.5º 0.42% 0.7% -
HSV(B) 157.5º 0.3% 0.83% -
XYZ 44.3 56.38 55.56 -
YUV 189.13 126.8 97.95 -
System Red Green Blue C M Y K H S L
Decimal 147 211 187 0.30 0 0.11 0.17 157.5 0.42 0.7
Hex 93 D3 BB 1E 0 B 11 9E 2A 46
Octal 223 323 273 36 0 13 21 236 52 106
Binary 10010011 11010011 10111011 11110 0 1011 10001 10011110 101010 1000110

Color Harmonies of #93D3BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93D3BB

Black with #93D3BB

Text Example


Text Example

White with #93D3BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,211,187); }

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

background-color css

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

 a { background-color: rgb(147,211,187); }

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

border-color css

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

 span { border-color: rgb(147,211,187); }

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