Html Css Color HEX #95EEB2 Vista Blue

📋 copy color: '#95EEB2'

red 149 ◦ green 238 ◦ blue 178

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

Shades of Vista Blue #95EEB2

Tints of Vista Blue #95EEB2

RGB

 RED value IS 149 (58.59% from 255) = 26.37%

 GREEN value IS 238 (93.36% from 255) = 42.12%

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

R = 26.37%
G = 42.12%
B = 31.5%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#95EEB2 (or 0x95EEB2) is known color: Vista Blue. HEX triplet: 95, EE and B2. RGB value is (149,238,178). Sum of RGB (Red+Green+Blue) = 149+238+178=565 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.37% from 565); Green value is 238 (93.36% from 255 or 42.12% from 565); Blue value is 178 (69.92% from 255 or 31.50% from 565); Max value from RGB is 238 - color contains mainly: green. Hex color #95EEB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95EEB2 is #6A114D. Grayscale: #CCCCCC. Windows color (decimal): -6951246 or 11726485. OLE color: 11726485.

HSL color Cylindrical-coordinate representation of color #95EEB2: hue angle of 139.55º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #95EEB2 is Cyan = 0.37, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB 149 238 178 -
CMYK 0.37 0 0.25 0.07
HSL 139.55º 0.72% 0.76% -
HSV(B) 139.55º 0.37% 0.93% -
XYZ 51 70.75 53.09 -
YUV 204.55 113.01 88.38 -
System Red Green Blue C M Y K H S L
Decimal 149 238 178 0.37 0 0.25 0.07 139.55 0.72 0.76
Hex 95 EE B2 25 0 19 7 8C 48 4C
Octal 225 356 262 45 0 31 7 214 110 114
Binary 10010101 11101110 10110010 100101 0 11001 111 10001100 1001000 1001100

Color Harmonies of #95EEB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95EEB2

Black with #95EEB2

Text Example


Text Example

White with #95EEB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95EEB2; }

 p { color: rgb(149,238,178); }

 H1.HeaderClassName
 {
   color: #95EEB2;
 }
 .AnyTagClassName
 {
   color: #95EEB2;
 }
</style>

background-color css

<style>
 a { background-color: #95EEB2; }

 a { background-color: rgb(149,238,178); }

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

border-color css

<style>
 span { border-color: #95EEB2; }

 span { border-color: rgb(149,238,178); }

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