Html Css Color HEX #96EAAF Vista Blue

📋 copy color: '#96EAAF'

red 150 ◦ green 234 ◦ blue 175

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

Shades of Vista Blue #96EAAF

Tints of Vista Blue #96EAAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 31.31%

R = 26.83%
G = 41.86%
B = 31.31%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#96EAAF (or 0x96EAAF) is known color: Vista Blue. HEX triplet: 96, EA and AF. RGB value is (150,234,175). Sum of RGB (Red+Green+Blue) = 150+234+175=559 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.83% from 559); Green value is 234 (91.80% from 255 or 41.86% from 559); Blue value is 175 (68.75% from 255 or 31.31% from 559); Max value from RGB is 234 - color contains mainly: green. Hex color #96EAAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96EAAF is #691550. Grayscale: #CACACA. Windows color (decimal): -6886737 or 11528854. OLE color: 11528854.

HSL color Cylindrical-coordinate representation of color #96EAAF: hue angle of 137.86º 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 #96EAAF is Cyan = 0.36, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.

Color convert

RGB 150 234 175 -
CMYK 0.36 0 0.25 0.08
HSL 137.86º 0.67% 0.75% -
HSV(B) 137.86º 0.36% 0.92% -
XYZ 49.74 68.42 51.14 -
YUV 202.16 112.67 90.8 -
System Red Green Blue C M Y K H S L
Decimal 150 234 175 0.36 0 0.25 0.08 137.86 0.67 0.75
Hex 96 EA AF 24 0 19 8 8A 43 4B
Octal 226 352 257 44 0 31 10 212 103 113
Binary 10010110 11101010 10101111 100100 0 11001 1000 10001010 1000011 1001011

Color Harmonies of #96EAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96EAAF

Black with #96EAAF

Text Example


Text Example

White with #96EAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,234,175); }

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

background-color css

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

 a { background-color: rgb(150,234,175); }

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

border-color css

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

 span { border-color: rgb(150,234,175); }

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