Html Css Color HEX #94CEB2 Vista Blue

📋 copy color: '#94CEB2'

red 148 ◦ green 206 ◦ blue 178

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

Shades of Vista Blue #94CEB2

Tints of Vista Blue #94CEB2

RGB

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

 GREEN value IS 206 (80.86% from 255) = 38.72%

 BLUE value IS 178 (69.92% from 255) = 33.46%

R = 27.82%
G = 38.72%
B = 33.46%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#94CEB2 (or 0x94CEB2) is known color: Vista Blue. HEX triplet: 94, CE and B2. RGB value is (148,206,178). Sum of RGB (Red+Green+Blue) = 148+206+178=532 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.82% from 532); Green value is 206 (80.86% from 255 or 38.72% from 532); Blue value is 178 (69.92% from 255 or 33.46% from 532); Max value from RGB is 206 - color contains mainly: green. Hex color #94CEB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94CEB2 is #6B314D. Grayscale: #B9B9B9. Windows color (decimal): -7024974 or 11718292. OLE color: 11718292.

HSL color Cylindrical-coordinate representation of color #94CEB2: hue angle of 151.03º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #94CEB2 is Cyan = 0.28, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB 148 206 178 -
CMYK 0.28 0 0.14 0.19
HSL 151.03º 0.37% 0.69% -
HSV(B) 151.03º 0.28% 0.81% -
XYZ 42.32 53.65 50.25 -
YUV 185.47 123.78 101.28 -
System Red Green Blue C M Y K H S L
Decimal 148 206 178 0.28 0 0.14 0.19 151.03 0.37 0.69
Hex 94 CE B2 1C 0 E 13 97 25 45
Octal 224 316 262 34 0 16 23 227 45 105
Binary 10010100 11001110 10110010 11100 0 1110 10011 10010111 100101 1000101

Color Harmonies of #94CEB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94CEB2

Black with #94CEB2

Text Example


Text Example

White with #94CEB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,206,178); }

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

background-color css

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

 a { background-color: rgb(148,206,178); }

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

border-color css

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

 span { border-color: rgb(148,206,178); }

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