Html Css Color HEX #93EFB9 Vista Blue

📋 copy color: '#93EFB9'

red 147 ◦ green 239 ◦ blue 185

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

Shades of Vista Blue #93EFB9

Tints of Vista Blue #93EFB9

RGB

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

 GREEN value IS 239 (93.75% from 255) = 41.86%

 BLUE value IS 185 (72.66% from 255) = 32.4%

R = 25.74%
G = 41.86%
B = 32.4%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.23

 K value IS 0.06

RGB Variations

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

Color information

#93EFB9 (or 0x93EFB9) is known color: Vista Blue. HEX triplet: 93, EF and B9. RGB value is (147,239,185). Sum of RGB (Red+Green+Blue) = 147+239+185=571 (75% of max value = 765). Red value is 147 (57.81% from 255 or 25.74% from 571); Green value is 239 (93.75% from 255 or 41.86% from 571); Blue value is 185 (72.66% from 255 or 32.40% from 571); Max value from RGB is 239 - color contains mainly: green. Hex color #93EFB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93EFB9 is #6C1046. Grayscale: #CDCDCD. Windows color (decimal): -7082055 or 12185491. OLE color: 12185491.

HSL color Cylindrical-coordinate representation of color #93EFB9: hue angle of 144.78º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #93EFB9 is Cyan = 0.38, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.06.

Color convert

RGB 147 239 185 -
CMYK 0.38 0 0.23 0.06
HSL 144.78º 0.74% 0.76% -
HSV(B) 144.78º 0.38% 0.94% -
XYZ 51.66 71.44 56.97 -
YUV 205.34 116.52 86.39 -
System Red Green Blue C M Y K H S L
Decimal 147 239 185 0.38 0 0.23 0.06 144.78 0.74 0.76
Hex 93 EF B9 26 0 17 6 91 4A 4C
Octal 223 357 271 46 0 27 6 221 112 114
Binary 10010011 11101111 10111001 100110 0 10111 110 10010001 1001010 1001100

Color Harmonies of #93EFB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93EFB9

Black with #93EFB9

Text Example


Text Example

White with #93EFB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,239,185); }

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

background-color css

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

 a { background-color: rgb(147,239,185); }

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

border-color css

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

 span { border-color: rgb(147,239,185); }

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