Html Css Color HEX #94EBB0 Vista Blue

📋 copy color: '#94EBB0'

red 148 ◦ green 235 ◦ blue 176

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

Shades of Vista Blue #94EBB0

Tints of Vista Blue #94EBB0

RGB

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

 GREEN value IS 235 (92.19% from 255) = 42.04%

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

R = 26.48%
G = 42.04%
B = 31.48%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#94EBB0 (or 0x94EBB0) is known color: Vista Blue. HEX triplet: 94, EB and B0. RGB value is (148,235,176). Sum of RGB (Red+Green+Blue) = 148+235+176=559 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.48% from 559); Green value is 235 (92.19% from 255 or 42.04% from 559); Blue value is 176 (69.14% from 255 or 31.48% from 559); Max value from RGB is 235 - color contains mainly: green. Hex color #94EBB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94EBB0 is #6B144F. Grayscale: #CACACA. Windows color (decimal): -7017552 or 11594644. OLE color: 11594644.

HSL color Cylindrical-coordinate representation of color #94EBB0: hue angle of 139.31º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #94EBB0 is Cyan = 0.37, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.

Color convert

RGB 148 235 176 -
CMYK 0.37 0 0.25 0.08
HSL 139.31º 0.69% 0.75% -
HSV(B) 139.31º 0.37% 0.92% -
XYZ 49.76 68.85 51.74 -
YUV 202.26 113.18 89.3 -
System Red Green Blue C M Y K H S L
Decimal 148 235 176 0.37 0 0.25 0.08 139.31 0.69 0.75
Hex 94 EB B0 25 0 19 8 8B 45 4B
Octal 224 353 260 45 0 31 10 213 105 113
Binary 10010100 11101011 10110000 100101 0 11001 1000 10001011 1000101 1001011

Color Harmonies of #94EBB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94EBB0

Black with #94EBB0

Text Example


Text Example

White with #94EBB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,235,176); }

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

background-color css

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

 a { background-color: rgb(148,235,176); }

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

border-color css

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

 span { border-color: rgb(148,235,176); }

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