Html Css Color HEX #93D9BB Vista Blue

📋 copy color: '#93D9BB'

red 147 ◦ green 217 ◦ blue 187

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

Shades of Vista Blue #93D9BB

Tints of Vista Blue #93D9BB

RGB

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

 GREEN value IS 217 (85.16% from 255) = 39.38%

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

R = 26.68%
G = 39.38%
B = 33.94%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#93D9BB (or 0x93D9BB) is known color: Vista Blue. HEX triplet: 93, D9 and BB. RGB value is (147,217,187). Sum of RGB (Red+Green+Blue) = 147+217+187=551 (72% of max value = 765). Red value is 147 (57.81% from 255 or 26.68% from 551); Green value is 217 (85.16% from 255 or 39.38% from 551); Blue value is 187 (73.44% from 255 or 33.94% from 551); Max value from RGB is 217 - color contains mainly: green. Hex color #93D9BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93D9BB is #6C2644. Grayscale: #C0C0C0. Windows color (decimal): -7087685 or 12310931. OLE color: 12310931.

HSL color Cylindrical-coordinate representation of color #93D9BB: hue angle of 154.29º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #93D9BB is Cyan = 0.32, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB 147 217 187 -
CMYK 0.32 0 0.14 0.15
HSL 154.29º 0.48% 0.71% -
HSV(B) 154.29º 0.32% 0.85% -
XYZ 45.82 59.42 56.07 -
YUV 192.65 124.81 95.44 -
System Red Green Blue C M Y K H S L
Decimal 147 217 187 0.32 0 0.14 0.15 154.29 0.48 0.71
Hex 93 D9 BB 20 0 E F 9A 30 47
Octal 223 331 273 40 0 16 17 232 60 107
Binary 10010011 11011001 10111011 100000 0 1110 1111 10011010 110000 1000111

Color Harmonies of #93D9BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93D9BB

Black with #93D9BB

Text Example


Text Example

White with #93D9BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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