Html Css Color HEX #96DFB5 Vista Blue

📋 copy color: '#96DFB5'

red 150 ◦ green 223 ◦ blue 181

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

Shades of Vista Blue #96DFB5

Tints of Vista Blue #96DFB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 32.67%

R = 27.08%
G = 40.25%
B = 32.67%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#96DFB5 (or 0x96DFB5) is known color: Vista Blue. HEX triplet: 96, DF and B5. RGB value is (150,223,181). Sum of RGB (Red+Green+Blue) = 150+223+181=554 (73% of max value = 765). Red value is 150 (58.98% from 255 or 27.08% from 554); Green value is 223 (87.5% from 255 or 40.25% from 554); Blue value is 181 (71.09% from 255 or 32.67% from 554); Max value from RGB is 223 - color contains mainly: green. Hex color #96DFB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DFB5 is #69204A. Grayscale: #C4C4C4. Windows color (decimal): -6889547 or 11919254. OLE color: 11919254.

HSL color Cylindrical-coordinate representation of color #96DFB5: hue angle of 145.48º degrees, saturation: 0.53, 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 #96DFB5 is Cyan = 0.33, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB 150 223 181 -
CMYK 0.33 0 0.19 0.13
HSL 145.48º 0.53% 0.73% -
HSV(B) 145.48º 0.33% 0.87% -
XYZ 47.31 62.6 53.3 -
YUV 196.39 119.32 94.92 -
System Red Green Blue C M Y K H S L
Decimal 150 223 181 0.33 0 0.19 0.13 145.48 0.53 0.73
Hex 96 DF B5 21 0 13 D 91 35 49
Octal 226 337 265 41 0 23 15 221 65 111
Binary 10010110 11011111 10110101 100001 0 10011 1101 10010001 110101 1001001

Color Harmonies of #96DFB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DFB5

Black with #96DFB5

Text Example


Text Example

White with #96DFB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,223,181); }

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

background-color css

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

 a { background-color: rgb(150,223,181); }

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

border-color css

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

 span { border-color: rgb(150,223,181); }

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