Html Css Color HEX #95F2BA Vista Blue

📋 copy color: '#95F2BA'

red 149 ◦ green 242 ◦ blue 186

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

Shades of Vista Blue #95F2BA

Tints of Vista Blue #95F2BA

RGB

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

 GREEN value IS 242 (94.92% from 255) = 41.94%

 BLUE value IS 186 (73.05% from 255) = 32.24%

R = 25.82%
G = 41.94%
B = 32.24%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#95F2BA (or 0x95F2BA) is known color: Vista Blue. HEX triplet: 95, F2 and BA. RGB value is (149,242,186). Sum of RGB (Red+Green+Blue) = 149+242+186=577 (76% of max value = 765). Red value is 149 (58.59% from 255 or 25.82% from 577); Green value is 242 (94.92% from 255 or 41.94% from 577); Blue value is 186 (73.05% from 255 or 32.24% from 577); Max value from RGB is 242 - color contains mainly: green. Hex color #95F2BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95F2BA is #6A0D45. Grayscale: #CFCFCF. Windows color (decimal): -6950214 or 12251797. OLE color: 12251797.

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

Color convert

RGB 149 242 186 -
CMYK 0.38 0 0.23 0.05
HSL 143.87º 0.78% 0.77% -
HSV(B) 143.87º 0.38% 0.95% -
XYZ 53.01 73.44 57.84 -
YUV 207.81 115.69 86.05 -
System Red Green Blue C M Y K H S L
Decimal 149 242 186 0.38 0 0.23 0.05 143.87 0.78 0.77
Hex 95 F2 BA 26 0 17 5 90 4E 4D
Octal 225 362 272 46 0 27 5 220 116 115
Binary 10010101 11110010 10111010 100110 0 10111 101 10010000 1001110 1001101

Color Harmonies of #95F2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95F2BA

Black with #95F2BA

Text Example


Text Example

White with #95F2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,242,186); }

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

background-color css

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

 a { background-color: rgb(149,242,186); }

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

border-color css

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

 span { border-color: rgb(149,242,186); }

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