Html Css Color HEX #96DBAF Vista Blue

📋 copy color: '#96DBAF'

red 150 ◦ green 219 ◦ blue 175

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

Shades of Vista Blue #96DBAF

Tints of Vista Blue #96DBAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 32.17%

R = 27.57%
G = 40.26%
B = 32.17%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#96DBAF (or 0x96DBAF) is known color: Vista Blue. HEX triplet: 96, DB and AF. RGB value is (150,219,175). Sum of RGB (Red+Green+Blue) = 150+219+175=544 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.57% from 544); Green value is 219 (85.94% from 255 or 40.26% from 544); Blue value is 175 (68.75% from 255 or 32.17% from 544); Max value from RGB is 219 - color contains mainly: green. Hex color #96DBAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DBAF is #692450. Grayscale: #C1C1C1. Windows color (decimal): -6890577 or 11525014. OLE color: 11525014.

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

Color convert

RGB 150 219 175 -
CMYK 0.32 0 0.20 0.14
HSL 141.74º 0.49% 0.72% -
HSV(B) 141.74º 0.32% 0.86% -
XYZ 45.65 60.24 49.78 -
YUV 193.35 117.64 97.08 -
System Red Green Blue C M Y K H S L
Decimal 150 219 175 0.32 0 0.20 0.14 141.74 0.49 0.72
Hex 96 DB AF 20 0 14 E 8E 31 48
Octal 226 333 257 40 0 24 16 216 61 110
Binary 10010110 11011011 10101111 100000 0 10100 1110 10001110 110001 1001000

Color Harmonies of #96DBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DBAF

Black with #96DBAF

Text Example


Text Example

White with #96DBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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