Html Css Color HEX #96CAB0 Vista Blue

📋 copy color: '#96CAB0'

red 150 ◦ green 202 ◦ blue 176

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

Shades of Vista Blue #96CAB0

Tints of Vista Blue #96CAB0

RGB

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

 GREEN value IS 202 (79.3% from 255) = 38.26%

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

R = 28.41%
G = 38.26%
B = 33.33%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#96CAB0 (or 0x96CAB0) is known color: Vista Blue. HEX triplet: 96, CA and B0. RGB value is (150,202,176). Sum of RGB (Red+Green+Blue) = 150+202+176=528 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.41% from 528); Green value is 202 (79.30% from 255 or 38.26% from 528); Blue value is 176 (69.14% from 255 or 33.33% from 528); Max value from RGB is 202 - color contains mainly: green. Hex color #96CAB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96CAB0 is #69354F. Grayscale: #B7B7B7. Windows color (decimal): -6894928 or 11586198. OLE color: 11586198.

HSL color Cylindrical-coordinate representation of color #96CAB0: hue angle of 150º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #96CAB0 is Cyan = 0.26, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB 150 202 176 -
CMYK 0.26 0 0.13 0.21
HSL 150º 0.33% 0.69% -
HSV(B) 150º 0.26% 0.79% -
XYZ 41.53 51.86 48.9 -
YUV 183.49 123.77 104.11 -
System Red Green Blue C M Y K H S L
Decimal 150 202 176 0.26 0 0.13 0.21 150 0.33 0.69
Hex 96 CA B0 1A 0 D 15 96 21 45
Octal 226 312 260 32 0 15 25 226 41 105
Binary 10010110 11001010 10110000 11010 0 1101 10101 10010110 100001 1000101

Color Harmonies of #96CAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CAB0

Black with #96CAB0

Text Example


Text Example

White with #96CAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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