Html Css Color HEX #96DAAE Vista Blue

📋 copy color: '#96DAAE'

red 150 ◦ green 218 ◦ blue 174

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

Shades of Vista Blue #96DAAE

Tints of Vista Blue #96DAAE

RGB

 RED value IS 150 (58.98% from 255) = 27.68%

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

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

R = 27.68%
G = 40.22%
B = 32.1%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#96DAAE (or 0x96DAAE) is known color: Vista Blue. HEX triplet: 96, DA and AE. RGB value is (150,218,174). Sum of RGB (Red+Green+Blue) = 150+218+174=542 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.68% from 542); Green value is 218 (85.55% from 255 or 40.22% from 542); Blue value is 174 (68.36% from 255 or 32.10% from 542); Max value from RGB is 218 - color contains mainly: green. Hex color #96DAAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DAAE is #692551. Grayscale: #C0C0C0. Windows color (decimal): -6890834 or 11459222. OLE color: 11459222.

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

Color convert

RGB 150 218 174 -
CMYK 0.31 0 0.20 0.15
HSL 141.18º 0.48% 0.72% -
HSV(B) 141.18º 0.31% 0.85% -
XYZ 45.29 59.68 49.18 -
YUV 192.65 117.47 97.58 -
System Red Green Blue C M Y K H S L
Decimal 150 218 174 0.31 0 0.20 0.15 141.18 0.48 0.72
Hex 96 DA AE 1F 0 14 F 8D 30 48
Octal 226 332 256 37 0 24 17 215 60 110
Binary 10010110 11011010 10101110 11111 0 10100 1111 10001101 110000 1001000

Color Harmonies of #96DAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DAAE

Black with #96DAAE

Text Example


Text Example

White with #96DAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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