Html Css Color HEX #95EABF Vista Blue

📋 copy color: '#95EABF'

red 149 ◦ green 234 ◦ blue 191

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

Shades of Vista Blue #95EABF

Tints of Vista Blue #95EABF

RGB

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

 GREEN value IS 234 (91.8% from 255) = 40.77%

 BLUE value IS 191 (75% from 255) = 33.28%

R = 25.96%
G = 40.77%
B = 33.28%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#95EABF (or 0x95EABF) is known color: Vista Blue. HEX triplet: 95, EA and BF. RGB value is (149,234,191). Sum of RGB (Red+Green+Blue) = 149+234+191=574 (76% of max value = 765). Red value is 149 (58.59% from 255 or 25.96% from 574); Green value is 234 (91.80% from 255 or 40.77% from 574); Blue value is 191 (75% from 255 or 33.28% from 574); Max value from RGB is 234 - color contains mainly: green. Hex color #95EABF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95EABF is #6A1540. Grayscale: #CBCBCB. Windows color (decimal): -6952257 or 12577429. OLE color: 12577429.

HSL color Cylindrical-coordinate representation of color #95EABF: hue angle of 149.65º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #95EABF is Cyan = 0.36, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB 149 234 191 -
CMYK 0.36 0 0.18 0.08
HSL 149.65º 0.67% 0.75% -
HSV(B) 149.65º 0.36% 0.92% -
XYZ 51.22 69 59.91 -
YUV 203.68 120.84 89 -
System Red Green Blue C M Y K H S L
Decimal 149 234 191 0.36 0 0.18 0.08 149.65 0.67 0.75
Hex 95 EA BF 24 0 12 8 96 43 4B
Octal 225 352 277 44 0 22 10 226 103 113
Binary 10010101 11101010 10111111 100100 0 10010 1000 10010110 1000011 1001011

Color Harmonies of #95EABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95EABF

Black with #95EABF

Text Example


Text Example

White with #95EABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,234,191); }

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

background-color css

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

 a { background-color: rgb(149,234,191); }

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

border-color css

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

 span { border-color: rgb(149,234,191); }

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