Html Css Color HEX #95DAAE Vista Blue

📋 copy color: '#95DAAE'

red 149 ◦ green 218 ◦ blue 174

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

Shades of Vista Blue #95DAAE

Tints of Vista Blue #95DAAE

RGB

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

 GREEN value IS 218 (85.55% from 255) = 40.3%

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

R = 27.54%
G = 40.3%
B = 32.16%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#95DAAE (or 0x95DAAE) is known color: Vista Blue. HEX triplet: 95, DA and AE. RGB value is (149,218,174). Sum of RGB (Red+Green+Blue) = 149+218+174=541 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.54% from 541); Green value is 218 (85.55% from 255 or 40.30% from 541); Blue value is 174 (68.36% from 255 or 32.16% from 541); Max value from RGB is 218 - color contains mainly: green. Hex color #95DAAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95DAAE is #6A2551. Grayscale: #C0C0C0. Windows color (decimal): -6956370 or 11459221. OLE color: 11459221.

HSL color Cylindrical-coordinate representation of color #95DAAE: hue angle of 141.74º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #95DAAE is Cyan = 0.32, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB 149 218 174 -
CMYK 0.32 0 0.20 0.15
HSL 141.74º 0.48% 0.72% -
HSV(B) 141.74º 0.32% 0.85% -
XYZ 45.11 59.59 49.17 -
YUV 192.35 117.64 97.08 -
System Red Green Blue C M Y K H S L
Decimal 149 218 174 0.32 0 0.20 0.15 141.74 0.48 0.72
Hex 95 DA AE 20 0 14 F 8E 30 48
Octal 225 332 256 40 0 24 17 216 60 110
Binary 10010101 11011010 10101110 100000 0 10100 1111 10001110 110000 1001000

Color Harmonies of #95DAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95DAAE

Black with #95DAAE

Text Example


Text Example

White with #95DAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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