#93EDBF

Color #93EDBF Vista Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vista Blue #93EDBF

Tints of Vista Blue #93EDBF

Color information

#93EDBF (or 0x93EDBF) is unknown color: approx Vista Blue. HEX triplet: 93, ED and BF. RGB value is (147,237,191). Sum of RGB (Red+Green+Blue) = 147+237+191=575 (76% of max value = 765). Red value is 147 (57.81% from 255 or 25.57% from 575); Green value is 237 (92.97% from 255 or 41.22% from 575); Blue value is 191 (75% from 255 or 33.22% from 575); Max value from RGB is 237 - color contains mainly: green. Hex color #93EDBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93EDBF is #6C1240. Grayscale: #CCCCCC. Windows color (decimal): -7082561 or 12578195. OLE color: 12578195.

HSL color Cylindrical-coordinate representation of color #93EDBF: hue angle of 149.33º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #93EDBF is Cyan = 0.38, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB147237191-
CMYK0.3800.190.07
HSL149.33º71.43%75.29%-
HSV(B)149.33º37.97%92.94%-
XYZ51.7270.5360.18-
YUV204.85120.1886.74-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 25.57%
GREEN value IS 237 (92.97% from 255) = 41.22%
BLUE value IS 191 (75% from 255) = 33.22%
R=25.57%
G=41.22%
B=33.22%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1472371910.3800.190.07149.3371.4375.29
Hex93EDBF26013795474b
Octal223355277460237225107113
Binary1001001111101101101111111001100100111111001010110001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93EDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,237,191); }

 H1.HeaderClassName
 {
   color: #93EDBF;
 }
 .AnyTagClassName
 {
   color: #93EDBF;
 }
</style>
background-color css

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

 a { background-color: rgb(147,237,191); }

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

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

 span { border-color: rgb(147,237,191); }

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