Html Css Color HEX #95DFAE Vista Blue

📋 copy color: '#95DFAE'

red 149 ◦ green 223 ◦ blue 174

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

Shades of Vista Blue #95DFAE

Tints of Vista Blue #95DFAE

RGB

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

 GREEN value IS 223 (87.5% from 255) = 40.84%

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

R = 27.29%
G = 40.84%
B = 31.87%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#95DFAE (or 0x95DFAE) is known color: Vista Blue. HEX triplet: 95, DF and AE. RGB value is (149,223,174). Sum of RGB (Red+Green+Blue) = 149+223+174=546 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.29% from 546); Green value is 223 (87.5% from 255 or 40.84% from 546); Blue value is 174 (68.36% from 255 or 31.87% from 546); Max value from RGB is 223 - color contains mainly: green. Hex color #95DFAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95DFAE is #6A2051. Grayscale: #C3C3C3. Windows color (decimal): -6955090 or 11460501. OLE color: 11460501.

HSL color Cylindrical-coordinate representation of color #95DFAE: hue angle of 140.27º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #95DFAE is Cyan = 0.33, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB 149 223 174 -
CMYK 0.33 0 0.22 0.13
HSL 140.27º 0.54% 0.73% -
HSV(B) 140.27º 0.33% 0.87% -
XYZ 46.42 62.22 49.61 -
YUV 195.29 115.98 94.98 -
System Red Green Blue C M Y K H S L
Decimal 149 223 174 0.33 0 0.22 0.13 140.27 0.54 0.73
Hex 95 DF AE 21 0 16 D 8C 36 49
Octal 225 337 256 41 0 26 15 214 66 111
Binary 10010101 11011111 10101110 100001 0 10110 1101 10001100 110110 1001001

Color Harmonies of #95DFAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95DFAE

Black with #95DFAE

Text Example


Text Example

White with #95DFAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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