Html Css Color HEX #96CCB2 Vista Blue

📋 copy color: '#96CCB2'

red 150 ◦ green 204 ◦ blue 178

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

Shades of Vista Blue #96CCB2

Tints of Vista Blue #96CCB2

RGB

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

 GREEN value IS 204 (80.08% from 255) = 38.35%

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

R = 28.2%
G = 38.35%
B = 33.46%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.13

 K value IS 0.2

RGB Variations

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

Color information

#96CCB2 (or 0x96CCB2) is known color: Vista Blue. HEX triplet: 96, CC and B2. RGB value is (150,204,178). Sum of RGB (Red+Green+Blue) = 150+204+178=532 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.20% from 532); Green value is 204 (80.08% from 255 or 38.35% from 532); Blue value is 178 (69.92% from 255 or 33.46% from 532); Max value from RGB is 204 - color contains mainly: green. Hex color #96CCB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96CCB2 is #69334D. Grayscale: #B8B8B8. Windows color (decimal): -6894414 or 11717782. OLE color: 11717782.

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

Color convert

RGB 150 204 178 -
CMYK 0.26 0 0.13 0.2
HSL 151.11º 0.35% 0.69% -
HSV(B) 151.11º 0.26% 0.8% -
XYZ 42.21 52.88 50.1 -
YUV 184.89 124.11 103.11 -
System Red Green Blue C M Y K H S L
Decimal 150 204 178 0.26 0 0.13 0.2 151.11 0.35 0.69
Hex 96 CC B2 1A 0 D 14 97 23 45
Octal 226 314 262 32 0 15 24 227 43 105
Binary 10010110 11001100 10110010 11010 0 1101 10100 10010111 100011 1000101

Color Harmonies of #96CCB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CCB2

Black with #96CCB2

Text Example


Text Example

White with #96CCB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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