Html Css Color HEX #96ECAF Vista Blue

📋 copy color: '#96ECAF'

red 150 ◦ green 236 ◦ blue 175

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

Shades of Vista Blue #96ECAF

Tints of Vista Blue #96ECAF

RGB

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

 GREEN value IS 236 (92.58% from 255) = 42.07%

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

R = 26.74%
G = 42.07%
B = 31.19%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#96ECAF (or 0x96ECAF) is known color: Vista Blue. HEX triplet: 96, EC and AF. RGB value is (150,236,175). Sum of RGB (Red+Green+Blue) = 150+236+175=561 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.74% from 561); Green value is 236 (92.58% from 255 or 42.07% from 561); Blue value is 175 (68.75% from 255 or 31.19% from 561); Max value from RGB is 236 - color contains mainly: green. Hex color #96ECAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96ECAF is #691350. Grayscale: #CBCBCB. Windows color (decimal): -6886225 or 11529366. OLE color: 11529366.

HSL color Cylindrical-coordinate representation of color #96ECAF: hue angle of 137.44º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #96ECAF is Cyan = 0.36, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB 150 236 175 -
CMYK 0.36 0 0.26 0.07
HSL 137.44º 0.69% 0.76% -
HSV(B) 137.44º 0.36% 0.93% -
XYZ 50.31 69.57 51.33 -
YUV 203.33 112.01 89.96 -
System Red Green Blue C M Y K H S L
Decimal 150 236 175 0.36 0 0.26 0.07 137.44 0.69 0.76
Hex 96 EC AF 24 0 1A 7 89 45 4C
Octal 226 354 257 44 0 32 7 211 105 114
Binary 10010110 11101100 10101111 100100 0 11010 111 10001001 1000101 1001100

Color Harmonies of #96ECAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96ECAF

Black with #96ECAF

Text Example


Text Example

White with #96ECAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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