Html Css Color HEX #95EFAE Vista Blue

📋 copy color: '#95EFAE'

red 149 ◦ green 239 ◦ blue 174

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

Shades of Vista Blue #95EFAE

Tints of Vista Blue #95EFAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 30.96%

R = 26.51%
G = 42.53%
B = 30.96%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#95EFAE (or 0x95EFAE) is known color: Vista Blue. HEX triplet: 95, EF and AE. RGB value is (149,239,174). Sum of RGB (Red+Green+Blue) = 149+239+174=562 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.51% from 562); Green value is 239 (93.75% from 255 or 42.53% from 562); Blue value is 174 (68.36% from 255 or 30.96% from 562); Max value from RGB is 239 - color contains mainly: green. Hex color #95EFAE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95EFAE is #6A1051. Grayscale: #CCCCCC. Windows color (decimal): -6950994 or 11464597. OLE color: 11464597.

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

Color convert

RGB 149 239 174 -
CMYK 0.38 0 0.27 0.06
HSL 136.67º 0.74% 0.76% -
HSV(B) 136.67º 0.38% 0.94% -
XYZ 50.9 71.18 51.1 -
YUV 204.68 110.68 88.29 -
System Red Green Blue C M Y K H S L
Decimal 149 239 174 0.38 0 0.27 0.06 136.67 0.74 0.76
Hex 95 EF AE 26 0 1B 6 89 4A 4C
Octal 225 357 256 46 0 33 6 211 112 114
Binary 10010101 11101111 10101110 100110 0 11011 110 10001001 1001010 1001100

Color Harmonies of #95EFAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95EFAE

Black with #95EFAE

Text Example


Text Example

White with #95EFAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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