Html Css Color HEX #96DBB1 Vista Blue

📋 copy color: '#96DBB1'

red 150 ◦ green 219 ◦ blue 177

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

Shades of Vista Blue #96DBB1

Tints of Vista Blue #96DBB1

RGB

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

 GREEN value IS 219 (85.94% from 255) = 40.11%

 BLUE value IS 177 (69.53% from 255) = 32.42%

R = 27.47%
G = 40.11%
B = 32.42%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#96DBB1 (or 0x96DBB1) is known color: Vista Blue. HEX triplet: 96, DB and B1. RGB value is (150,219,177). Sum of RGB (Red+Green+Blue) = 150+219+177=546 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.47% from 546); Green value is 219 (85.94% from 255 or 40.11% from 546); Blue value is 177 (69.53% from 255 or 32.42% from 546); Max value from RGB is 219 - color contains mainly: green. Hex color #96DBB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DBB1 is #69244E. Grayscale: #C1C1C1. Windows color (decimal): -6890575 or 11656086. OLE color: 11656086.

HSL color Cylindrical-coordinate representation of color #96DBB1: hue angle of 143.48º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96DBB1 is Cyan = 0.32, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB 150 219 177 -
CMYK 0.32 0 0.19 0.14
HSL 143.48º 0.49% 0.72% -
HSV(B) 143.48º 0.32% 0.86% -
XYZ 45.85 60.32 50.82 -
YUV 193.58 118.64 96.92 -
System Red Green Blue C M Y K H S L
Decimal 150 219 177 0.32 0 0.19 0.14 143.48 0.49 0.72
Hex 96 DB B1 20 0 13 E 8F 31 48
Octal 226 333 261 40 0 23 16 217 61 110
Binary 10010110 11011011 10110001 100000 0 10011 1110 10001111 110001 1001000

Color Harmonies of #96DBB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DBB1

Black with #96DBB1

Text Example


Text Example

White with #96DBB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,219,177); }

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

background-color css

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

 a { background-color: rgb(150,219,177); }

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

border-color css

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

 span { border-color: rgb(150,219,177); }

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