Html Css Color HEX #96DAB0 Vista Blue

📋 copy color: '#96DAB0'

red 150 ◦ green 218 ◦ blue 176

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

Shades of Vista Blue #96DAB0

Tints of Vista Blue #96DAB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 32.35%

R = 27.57%
G = 40.07%
B = 32.35%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#96DAB0 (or 0x96DAB0) is known color: Vista Blue. HEX triplet: 96, DA and B0. RGB value is (150,218,176). Sum of RGB (Red+Green+Blue) = 150+218+176=544 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.57% from 544); Green value is 218 (85.55% from 255 or 40.07% from 544); Blue value is 176 (69.14% from 255 or 32.35% from 544); Max value from RGB is 218 - color contains mainly: green. Hex color #96DAB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DAB0 is #69254F. Grayscale: #C0C0C0. Windows color (decimal): -6890832 or 11590294. OLE color: 11590294.

HSL color Cylindrical-coordinate representation of color #96DAB0: hue angle of 142.94º 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 #96DAB0 is Cyan = 0.31, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 150 218 176 -
CMYK 0.31 0 0.19 0.15
HSL 142.94º 0.48% 0.72% -
HSV(B) 142.94º 0.31% 0.85% -
XYZ 45.49 59.76 50.21 -
YUV 192.88 118.47 97.42 -
System Red Green Blue C M Y K H S L
Decimal 150 218 176 0.31 0 0.19 0.15 142.94 0.48 0.72
Hex 96 DA B0 1F 0 13 F 8F 30 48
Octal 226 332 260 37 0 23 17 217 60 110
Binary 10010110 11011010 10110000 11111 0 10011 1111 10001111 110000 1001000

Color Harmonies of #96DAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DAB0

Black with #96DAB0

Text Example


Text Example

White with #96DAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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