Html Css Color HEX #97DEBB Vista Blue

📋 copy color: '#97DEBB'

red 151 ◦ green 222 ◦ blue 187

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

Shades of Vista Blue #97DEBB

Tints of Vista Blue #97DEBB

RGB

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

 GREEN value IS 222 (87.11% from 255) = 39.64%

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

R = 26.96%
G = 39.64%
B = 33.39%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#97DEBB (or 0x97DEBB) is known color: Vista Blue. HEX triplet: 97, DE and BB. RGB value is (151,222,187). Sum of RGB (Red+Green+Blue) = 151+222+187=560 (74% of max value = 765). Red value is 151 (59.38% from 255 or 26.96% from 560); Green value is 222 (87.11% from 255 or 39.64% from 560); Blue value is 187 (73.44% from 255 or 33.39% from 560); Max value from RGB is 222 - color contains mainly: green. Hex color #97DEBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97DEBB is #682144. Grayscale: #C4C4C4. Windows color (decimal): -6824261 or 12312215. OLE color: 12312215.

HSL color Cylindrical-coordinate representation of color #97DEBB: hue angle of 150.42º degrees, saturation: 0.52, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #97DEBB is Cyan = 0.32, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 151 222 187 -
CMYK 0.32 0 0.16 0.13
HSL 150.42º 0.52% 0.73% -
HSV(B) 150.42º 0.32% 0.87% -
XYZ 47.85 62.41 56.54 -
YUV 196.78 122.48 95.35 -
System Red Green Blue C M Y K H S L
Decimal 151 222 187 0.32 0 0.16 0.13 150.42 0.52 0.73
Hex 97 DE BB 20 0 10 D 96 34 49
Octal 227 336 273 40 0 20 15 226 64 111
Binary 10010111 11011110 10111011 100000 0 10000 1101 10010110 110100 1001001

Color Harmonies of #97DEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97DEBB

Black with #97DEBB

Text Example


Text Example

White with #97DEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,222,187); }

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

background-color css

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

 a { background-color: rgb(151,222,187); }

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

border-color css

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

 span { border-color: rgb(151,222,187); }

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