Html Css Color HEX #96DAB8 Vista Blue

📋 copy color: '#96DAB8'

red 150 ◦ green 218 ◦ blue 184

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

Shades of Vista Blue #96DAB8

Tints of Vista Blue #96DAB8

RGB

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

 GREEN value IS 218 (85.55% from 255) = 39.49%

 BLUE value IS 184 (72.27% from 255) = 33.33%

R = 27.17%
G = 39.49%
B = 33.33%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#96DAB8 (or 0x96DAB8) is known color: Vista Blue. HEX triplet: 96, DA and B8. RGB value is (150,218,184). Sum of RGB (Red+Green+Blue) = 150+218+184=552 (73% of max value = 765). Red value is 150 (58.98% from 255 or 27.17% from 552); Green value is 218 (85.55% from 255 or 39.49% from 552); Blue value is 184 (72.27% from 255 or 33.33% from 552); Max value from RGB is 218 - color contains mainly: green. Hex color #96DAB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DAB8 is #692547. Grayscale: #C1C1C1. Windows color (decimal): -6890824 or 12114582. OLE color: 12114582.

HSL color Cylindrical-coordinate representation of color #96DAB8: hue angle of 150º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #96DAB8 is Cyan = 0.31, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.15.

Color convert

RGB 150 218 184 -
CMYK 0.31 0 0.16 0.15
HSL 150º 0.48% 0.72% -
HSV(B) 150º 0.31% 0.85% -
XYZ 46.3 60.09 54.51 -
YUV 193.79 122.47 96.76 -
System Red Green Blue C M Y K H S L
Decimal 150 218 184 0.31 0 0.16 0.15 150 0.48 0.72
Hex 96 DA B8 1F 0 10 F 96 30 48
Octal 226 332 270 37 0 20 17 226 60 110
Binary 10010110 11011010 10111000 11111 0 10000 1111 10010110 110000 1001000

Color Harmonies of #96DAB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DAB8

Black with #96DAB8

Text Example


Text Example

White with #96DAB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,218,184); }

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

background-color css

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

 a { background-color: rgb(150,218,184); }

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

border-color css

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

 span { border-color: rgb(150,218,184); }

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