Html Css Color HEX #93DBB0 Vista Blue

📋 copy color: '#93DBB0'

red 147 ◦ green 219 ◦ blue 176

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

Shades of Vista Blue #93DBB0

Tints of Vista Blue #93DBB0

RGB

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

 GREEN value IS 219 (85.94% from 255) = 40.41%

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

R = 27.12%
G = 40.41%
B = 32.47%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#93DBB0 (or 0x93DBB0) is known color: Vista Blue. HEX triplet: 93, DB and B0. RGB value is (147,219,176). Sum of RGB (Red+Green+Blue) = 147+219+176=542 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.12% from 542); Green value is 219 (85.94% from 255 or 40.41% from 542); Blue value is 176 (69.14% from 255 or 32.47% from 542); Max value from RGB is 219 - color contains mainly: green. Hex color #93DBB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93DBB0 is #6C244F. Grayscale: #C0C0C0. Windows color (decimal): -7087184 or 11590547. OLE color: 11590547.

HSL color Cylindrical-coordinate representation of color #93DBB0: hue angle of 144.17º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #93DBB0 is Cyan = 0.33, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB 147 219 176 -
CMYK 0.33 0 0.20 0.14
HSL 144.17º 0.5% 0.72% -
HSV(B) 144.17º 0.33% 0.86% -
XYZ 45.2 60 50.27 -
YUV 192.57 118.65 95.5 -
System Red Green Blue C M Y K H S L
Decimal 147 219 176 0.33 0 0.20 0.14 144.17 0.5 0.72
Hex 93 DB B0 21 0 14 E 90 32 48
Octal 223 333 260 41 0 24 16 220 62 110
Binary 10010011 11011011 10110000 100001 0 10100 1110 10010000 110010 1001000

Color Harmonies of #93DBB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93DBB0

Black with #93DBB0

Text Example


Text Example

White with #93DBB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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