Html Css Color HEX #95F1B1 Vista Blue

📋 copy color: '#95F1B1'

red 149 ◦ green 241 ◦ blue 177

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

Shades of Vista Blue #95F1B1

Tints of Vista Blue #95F1B1

RGB

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

 GREEN value IS 241 (94.53% from 255) = 42.5%

 BLUE value IS 177 (69.53% from 255) = 31.22%

R = 26.28%
G = 42.5%
B = 31.22%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#95F1B1 (or 0x95F1B1) is known color: Vista Blue. HEX triplet: 95, F1 and B1. RGB value is (149,241,177). Sum of RGB (Red+Green+Blue) = 149+241+177=567 (75% of max value = 765). Red value is 149 (58.59% from 255 or 26.28% from 567); Green value is 241 (94.53% from 255 or 42.50% from 567); Blue value is 177 (69.53% from 255 or 31.22% from 567); Max value from RGB is 241 - color contains mainly: green. Hex color #95F1B1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95F1B1 is #6A0E4E. Grayscale: #CECECE. Windows color (decimal): -6950479 or 11661717. OLE color: 11661717.

HSL color Cylindrical-coordinate representation of color #95F1B1: hue angle of 138.26º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #95F1B1 is Cyan = 0.38, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB 149 241 177 -
CMYK 0.38 0 0.27 0.05
HSL 138.26º 0.77% 0.76% -
HSV(B) 138.26º 0.38% 0.95% -
XYZ 51.79 72.47 52.85 -
YUV 206.2 111.52 87.2 -
System Red Green Blue C M Y K H S L
Decimal 149 241 177 0.38 0 0.27 0.05 138.26 0.77 0.76
Hex 95 F1 B1 26 0 1B 5 8A 4D 4C
Octal 225 361 261 46 0 33 5 212 115 114
Binary 10010101 11110001 10110001 100110 0 11011 101 10001010 1001101 1001100

Color Harmonies of #95F1B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95F1B1

Black with #95F1B1

Text Example


Text Example

White with #95F1B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,241,177); }

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

background-color css

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

 a { background-color: rgb(149,241,177); }

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

border-color css

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

 span { border-color: rgb(149,241,177); }

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