Html Css Color HEX #97DAB8 Vista Blue

📋 copy color: '#97DAB8'

red 151 ◦ green 218 ◦ blue 184

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

Shades of Vista Blue #97DAB8

Tints of Vista Blue #97DAB8

RGB

 RED value IS 151 (59.38% from 255) = 27.31%

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

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

R = 27.31%
G = 39.42%
B = 33.27%

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

#97DAB8 (or 0x97DAB8) is known color: Vista Blue. HEX triplet: 97, DA and B8. RGB value is (151,218,184). Sum of RGB (Red+Green+Blue) = 151+218+184=553 (73% of max value = 765). Red value is 151 (59.38% from 255 or 27.31% from 553); Green value is 218 (85.55% from 255 or 39.42% from 553); Blue value is 184 (72.27% from 255 or 33.27% from 553); Max value from RGB is 218 - color contains mainly: green. Hex color #97DAB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97DAB8 is #682547. Grayscale: #C2C2C2. Windows color (decimal): -6825288 or 12114583. OLE color: 12114583.

HSL color Cylindrical-coordinate representation of color #97DAB8: hue angle of 149.55º 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 #97DAB8 is Cyan = 0.31, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.15.

Color convert

RGB 151 218 184 -
CMYK 0.31 0 0.16 0.15
HSL 149.55º 0.48% 0.72% -
HSV(B) 149.55º 0.31% 0.85% -
XYZ 46.49 60.18 54.51 -
YUV 194.09 122.3 97.26 -
System Red Green Blue C M Y K H S L
Decimal 151 218 184 0.31 0 0.16 0.15 149.55 0.48 0.72
Hex 97 DA B8 1F 0 10 F 96 30 48
Octal 227 332 270 37 0 20 17 226 60 110
Binary 10010111 11011010 10111000 11111 0 10000 1111 10010110 110000 1001000

Color Harmonies of #97DAB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97DAB8

Black with #97DAB8

Text Example


Text Example

White with #97DAB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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