Html Css Color HEX #93DCB0 Vista Blue

📋 copy color: '#93DCB0'

red 147 ◦ green 220 ◦ blue 176

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

Shades of Vista Blue #93DCB0

Tints of Vista Blue #93DCB0

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.52%

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

R = 27.07%
G = 40.52%
B = 32.41%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.2

 K value IS 0.14

RGB Variations

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

Color information

#93DCB0 (or 0x93DCB0) is known color: Vista Blue. HEX triplet: 93, DC and B0. RGB value is (147,220,176). Sum of RGB (Red+Green+Blue) = 147+220+176=543 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.07% from 543); Green value is 220 (86.33% from 255 or 40.52% from 543); Blue value is 176 (69.14% from 255 or 32.41% from 543); Max value from RGB is 220 - color contains mainly: green. Hex color #93DCB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93DCB0 is #6C234F. Grayscale: #C1C1C1. Windows color (decimal): -7086928 or 11590803. OLE color: 11590803.

HSL color Cylindrical-coordinate representation of color #93DCB0: hue angle of 143.84º degrees, saturation: 0.51, 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 #93DCB0 is Cyan = 0.33, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.14.

Color convert

RGB 147 220 176 -
CMYK 0.33 0 0.2 0.14
HSL 143.84º 0.51% 0.72% -
HSV(B) 143.84º 0.33% 0.86% -
XYZ 45.46 60.52 50.36 -
YUV 193.16 118.32 95.08 -
System Red Green Blue C M Y K H S L
Decimal 147 220 176 0.33 0 0.2 0.14 143.84 0.51 0.72
Hex 93 DC B0 21 0 14 E 90 33 48
Octal 223 334 260 41 0 24 16 220 63 110
Binary 10010011 11011100 10110000 100001 0 10100 1110 10010000 110011 1001000

Color Harmonies of #93DCB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93DCB0

Black with #93DCB0

Text Example


Text Example

White with #93DCB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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