Html Css Color HEX #96DBBE Vista Blue

📋 copy color: '#96DBBE'

red 150 ◦ green 219 ◦ blue 190

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

Shades of Vista Blue #96DBBE

Tints of Vista Blue #96DBBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 33.99%

R = 26.83%
G = 39.18%
B = 33.99%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#96DBBE (or 0x96DBBE) is known color: Vista Blue. HEX triplet: 96, DB and BE. RGB value is (150,219,190). Sum of RGB (Red+Green+Blue) = 150+219+190=559 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.83% from 559); Green value is 219 (85.94% from 255 or 39.18% from 559); Blue value is 190 (74.61% from 255 or 33.99% from 559); Max value from RGB is 219 - color contains mainly: green. Hex color #96DBBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DBBE is #692441. Grayscale: #C3C3C3. Windows color (decimal): -6890562 or 12508054. OLE color: 12508054.

HSL color Cylindrical-coordinate representation of color #96DBBE: hue angle of 154.78º 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 #96DBBE is Cyan = 0.32, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB 150 219 190 -
CMYK 0.32 0 0.13 0.14
HSL 154.78º 0.49% 0.72% -
HSV(B) 154.78º 0.32% 0.86% -
XYZ 47.2 60.86 57.98 -
YUV 195.06 125.14 95.86 -
System Red Green Blue C M Y K H S L
Decimal 150 219 190 0.32 0 0.13 0.14 154.78 0.49 0.72
Hex 96 DB BE 20 0 D E 9B 31 48
Octal 226 333 276 40 0 15 16 233 61 110
Binary 10010110 11011011 10111110 100000 0 1101 1110 10011011 110001 1001000

Color Harmonies of #96DBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DBBE

Black with #96DBBE

Text Example


Text Example

White with #96DBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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