Html Css Color HEX #96DBBB Vista Blue

📋 copy color: '#96DBBB'

red 150 ◦ green 219 ◦ blue 187

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

Shades of Vista Blue #96DBBB

Tints of Vista Blue #96DBBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 33.63%

R = 26.98%
G = 39.39%
B = 33.63%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#96DBBB (or 0x96DBBB) is known color: Vista Blue. HEX triplet: 96, DB and BB. RGB value is (150,219,187). Sum of RGB (Red+Green+Blue) = 150+219+187=556 (73% of max value = 765). Red value is 150 (58.98% from 255 or 26.98% from 556); Green value is 219 (85.94% from 255 or 39.39% from 556); Blue value is 187 (73.44% from 255 or 33.63% from 556); Max value from RGB is 219 - color contains mainly: green. Hex color #96DBBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DBBB is #692444. Grayscale: #C2C2C2. Windows color (decimal): -6890565 or 12311446. OLE color: 12311446.

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

Color convert

RGB 150 219 187 -
CMYK 0.32 0 0.15 0.14
HSL 152.17º 0.49% 0.72% -
HSV(B) 152.17º 0.32% 0.86% -
XYZ 46.88 60.73 56.27 -
YUV 194.72 123.64 96.1 -
System Red Green Blue C M Y K H S L
Decimal 150 219 187 0.32 0 0.15 0.14 152.17 0.49 0.72
Hex 96 DB BB 20 0 F E 98 31 48
Octal 226 333 273 40 0 17 16 230 61 110
Binary 10010110 11011011 10111011 100000 0 1111 1110 10011000 110001 1001000

Color Harmonies of #96DBBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DBBB

Black with #96DBBB

Text Example


Text Example

White with #96DBBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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