Html Css Color HEX #94ECB3 Vista Blue

📋 copy color: '#94ECB3'

red 148 ◦ green 236 ◦ blue 179

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

Shades of Vista Blue #94ECB3

Tints of Vista Blue #94ECB3

RGB

 RED value IS 148 (58.2% from 255) = 26.29%

 GREEN value IS 236 (92.58% from 255) = 41.92%

 BLUE value IS 179 (70.31% from 255) = 31.79%

R = 26.29%
G = 41.92%
B = 31.79%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#94ECB3 (or 0x94ECB3) is known color: Vista Blue. HEX triplet: 94, EC and B3. RGB value is (148,236,179). Sum of RGB (Red+Green+Blue) = 148+236+179=563 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.29% from 563); Green value is 236 (92.58% from 255 or 41.92% from 563); Blue value is 179 (70.31% from 255 or 31.79% from 563); Max value from RGB is 236 - color contains mainly: green. Hex color #94ECB3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94ECB3 is #6B134C. Grayscale: #CBCBCB. Windows color (decimal): -7017293 or 11791508. OLE color: 11791508.

HSL color Cylindrical-coordinate representation of color #94ECB3: hue angle of 141.14º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #94ECB3 is Cyan = 0.37, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB 148 236 179 -
CMYK 0.37 0 0.24 0.07
HSL 141.14º 0.7% 0.75% -
HSV(B) 141.14º 0.37% 0.93% -
XYZ 50.34 69.54 53.42 -
YUV 203.19 114.35 88.63 -
System Red Green Blue C M Y K H S L
Decimal 148 236 179 0.37 0 0.24 0.07 141.14 0.7 0.75
Hex 94 EC B3 25 0 18 7 8D 46 4B
Octal 224 354 263 45 0 30 7 215 106 113
Binary 10010100 11101100 10110011 100101 0 11000 111 10001101 1000110 1001011

Color Harmonies of #94ECB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94ECB3

Black with #94ECB3

Text Example


Text Example

White with #94ECB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94ECB3; }

 p { color: rgb(148,236,179); }

 H1.HeaderClassName
 {
   color: #94ECB3;
 }
 .AnyTagClassName
 {
   color: #94ECB3;
 }
</style>

background-color css

<style>
 a { background-color: #94ECB3; }

 a { background-color: rgb(148,236,179); }

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

border-color css

<style>
 span { border-color: #94ECB3; }

 span { border-color: rgb(148,236,179); }

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