Html Css Color HEX #96DEBA Vista Blue

📋 copy color: '#96DEBA'

red 150 ◦ green 222 ◦ blue 186

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

Shades of Vista Blue #96DEBA

Tints of Vista Blue #96DEBA

RGB

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

 GREEN value IS 222 (87.11% from 255) = 39.78%

 BLUE value IS 186 (73.05% from 255) = 33.33%

R = 26.88%
G = 39.78%
B = 33.33%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#96DEBA (or 0x96DEBA) is known color: Vista Blue. HEX triplet: 96, DE and BA. RGB value is (150,222,186). Sum of RGB (Red+Green+Blue) = 150+222+186=558 (73% of max value = 765). Red value is 150 (58.98% from 255 or 26.88% from 558); Green value is 222 (87.11% from 255 or 39.78% from 558); Blue value is 186 (73.05% from 255 or 33.33% from 558); Max value from RGB is 222 - color contains mainly: green. Hex color #96DEBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DEBA is #692145. Grayscale: #C4C4C4. Windows color (decimal): -6889798 or 12246678. OLE color: 12246678.

HSL color Cylindrical-coordinate representation of color #96DEBA: hue angle of 150º degrees, saturation: 0.52, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96DEBA is Cyan = 0.32, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 150 222 186 -
CMYK 0.32 0 0.16 0.13
HSL 150º 0.52% 0.73% -
HSV(B) 150º 0.32% 0.87% -
XYZ 47.56 62.27 55.97 -
YUV 196.37 122.15 94.93 -
System Red Green Blue C M Y K H S L
Decimal 150 222 186 0.32 0 0.16 0.13 150 0.52 0.73
Hex 96 DE BA 20 0 10 D 96 34 49
Octal 226 336 272 40 0 20 15 226 64 111
Binary 10010110 11011110 10111010 100000 0 10000 1101 10010110 110100 1001001

Color Harmonies of #96DEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DEBA

Black with #96DEBA

Text Example


Text Example

White with #96DEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,222,186); }

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

background-color css

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

 a { background-color: rgb(150,222,186); }

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

border-color css

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

 span { border-color: rgb(150,222,186); }

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