Html Css Color HEX #96CAB2 Vista Blue

📋 copy color: '#96CAB2'

red 150 ◦ green 202 ◦ blue 178

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

Shades of Vista Blue #96CAB2

Tints of Vista Blue #96CAB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 33.58%

R = 28.3%
G = 38.11%
B = 33.58%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.12

 K value IS 0.21

RGB Variations

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

Color information

#96CAB2 (or 0x96CAB2) is known color: Vista Blue. HEX triplet: 96, CA and B2. RGB value is (150,202,178). Sum of RGB (Red+Green+Blue) = 150+202+178=530 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.30% from 530); Green value is 202 (79.30% from 255 or 38.11% from 530); Blue value is 178 (69.92% from 255 or 33.58% from 530); Max value from RGB is 202 - color contains mainly: green. Hex color #96CAB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96CAB2 is #69354D. Grayscale: #B7B7B7. Windows color (decimal): -6894926 or 11717270. OLE color: 11717270.

HSL color Cylindrical-coordinate representation of color #96CAB2: hue angle of 152.31º 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 #96CAB2 is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.

Color convert

RGB 150 202 178 -
CMYK 0.26 0 0.12 0.21
HSL 152.31º 0.33% 0.69% -
HSV(B) 152.31º 0.26% 0.79% -
XYZ 41.73 51.94 49.95 -
YUV 183.72 124.77 103.95 -
System Red Green Blue C M Y K H S L
Decimal 150 202 178 0.26 0 0.12 0.21 152.31 0.33 0.69
Hex 96 CA B2 1A 0 C 15 98 21 45
Octal 226 312 262 32 0 14 25 230 41 105
Binary 10010110 11001010 10110010 11010 0 1100 10101 10011000 100001 1000101

Color Harmonies of #96CAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CAB2

Black with #96CAB2

Text Example


Text Example

White with #96CAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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