Html Css Color HEX #97D0BB Vista Blue

📋 copy color: '#97D0BB'

red 151 ◦ green 208 ◦ blue 187

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

Shades of Vista Blue #97D0BB

Tints of Vista Blue #97D0BB

RGB

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

 GREEN value IS 208 (81.64% from 255) = 38.1%

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

R = 27.66%
G = 38.1%
B = 34.25%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#97D0BB (or 0x97D0BB) is known color: Vista Blue. HEX triplet: 97, D0 and BB. RGB value is (151,208,187). Sum of RGB (Red+Green+Blue) = 151+208+187=546 (72% of max value = 765). Red value is 151 (59.38% from 255 or 27.66% from 546); Green value is 208 (81.64% from 255 or 38.10% from 546); Blue value is 187 (73.44% from 255 or 34.25% from 546); Max value from RGB is 208 - color contains mainly: green. Hex color #97D0BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97D0BB is #682F44. Grayscale: #BCBCBC. Windows color (decimal): -6827845 or 12308631. OLE color: 12308631.

HSL color Cylindrical-coordinate representation of color #97D0BB: hue angle of 157.89º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #97D0BB is Cyan = 0.27, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB 151 208 187 -
CMYK 0.27 0 0.10 0.18
HSL 157.89º 0.38% 0.7% -
HSV(B) 157.89º 0.27% 0.82% -
XYZ 44.29 55.28 55.35 -
YUV 188.56 127.12 101.21 -
System Red Green Blue C M Y K H S L
Decimal 151 208 187 0.27 0 0.10 0.18 157.89 0.38 0.7
Hex 97 D0 BB 1B 0 A 12 9E 26 46
Octal 227 320 273 33 0 12 22 236 46 106
Binary 10010111 11010000 10111011 11011 0 1010 10010 10011110 100110 1000110

Color Harmonies of #97D0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97D0BB

Black with #97D0BB

Text Example


Text Example

White with #97D0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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