Html Css Color HEX #95EFB2 Vista Blue

📋 copy color: '#95EFB2'

red 149 ◦ green 239 ◦ blue 178

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

Shades of Vista Blue #95EFB2

Tints of Vista Blue #95EFB2

RGB

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

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

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

R = 26.33%
G = 42.23%
B = 31.45%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.26

 K value IS 0.06

RGB Variations

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

Color information

#95EFB2 (or 0x95EFB2) is known color: Vista Blue. HEX triplet: 95, EF and B2. RGB value is (149,239,178). Sum of RGB (Red+Green+Blue) = 149+239+178=566 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.33% from 566); Green value is 239 (93.75% from 255 or 42.23% from 566); Blue value is 178 (69.92% from 255 or 31.45% from 566); Max value from RGB is 239 - color contains mainly: green. Hex color #95EFB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95EFB2 is #6A104D. Grayscale: #CDCDCD. Windows color (decimal): -6950990 or 11726741. OLE color: 11726741.

HSL color Cylindrical-coordinate representation of color #95EFB2: hue angle of 139.33º 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 #95EFB2 is Cyan = 0.38, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.06.

Color convert

RGB 149 239 178 -
CMYK 0.38 0 0.26 0.06
HSL 139.33º 0.74% 0.76% -
HSV(B) 139.33º 0.38% 0.94% -
XYZ 51.3 71.34 53.19 -
YUV 205.14 112.68 87.96 -
System Red Green Blue C M Y K H S L
Decimal 149 239 178 0.38 0 0.26 0.06 139.33 0.74 0.76
Hex 95 EF B2 26 0 1A 6 8B 4A 4C
Octal 225 357 262 46 0 32 6 213 112 114
Binary 10010101 11101111 10110010 100110 0 11010 110 10001011 1001010 1001100

Color Harmonies of #95EFB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95EFB2

Black with #95EFB2

Text Example


Text Example

White with #95EFB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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