Html Css Color HEX #96DDB4 Vista Blue

📋 copy color: '#96DDB4'

red 150 ◦ green 221 ◦ blue 180

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

Shades of Vista Blue #96DDB4

Tints of Vista Blue #96DDB4

RGB

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

 GREEN value IS 221 (86.72% from 255) = 40.11%

 BLUE value IS 180 (70.7% from 255) = 32.67%

R = 27.22%
G = 40.11%
B = 32.67%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#96DDB4 (or 0x96DDB4) is known color: Vista Blue. HEX triplet: 96, DD and B4. RGB value is (150,221,180). Sum of RGB (Red+Green+Blue) = 150+221+180=551 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.22% from 551); Green value is 221 (86.72% from 255 or 40.11% from 551); Blue value is 180 (70.70% from 255 or 32.67% from 551); Max value from RGB is 221 - color contains mainly: green. Hex color #96DDB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DDB4 is #69224B. Grayscale: #C3C3C3. Windows color (decimal): -6890060 or 11853206. OLE color: 11853206.

HSL color Cylindrical-coordinate representation of color #96DDB4: hue angle of 145.35º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96DDB4 is Cyan = 0.32, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB 150 221 180 -
CMYK 0.32 0 0.19 0.13
HSL 145.35º 0.51% 0.73% -
HSV(B) 145.35º 0.32% 0.87% -
XYZ 46.67 61.49 52.59 -
YUV 195.1 119.48 95.83 -
System Red Green Blue C M Y K H S L
Decimal 150 221 180 0.32 0 0.19 0.13 145.35 0.51 0.73
Hex 96 DD B4 20 0 13 D 91 33 49
Octal 226 335 264 40 0 23 15 221 63 111
Binary 10010110 11011101 10110100 100000 0 10011 1101 10010001 110011 1001001

Color Harmonies of #96DDB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DDB4

Black with #96DDB4

Text Example


Text Example

White with #96DDB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,221,180); }

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

background-color css

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

 a { background-color: rgb(150,221,180); }

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

border-color css

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

 span { border-color: rgb(150,221,180); }

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