Html Css Color HEX #97CBB6 Vista Blue

📋 copy color: '#97CBB6'

red 151 ◦ green 203 ◦ blue 182

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

Shades of Vista Blue #97CBB6

Tints of Vista Blue #97CBB6

RGB

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

 GREEN value IS 203 (79.69% from 255) = 37.87%

 BLUE value IS 182 (71.48% from 255) = 33.96%

R = 28.17%
G = 37.87%
B = 33.96%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.10

 K value IS 0.20

RGB Variations

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

Color information

#97CBB6 (or 0x97CBB6) is known color: Vista Blue. HEX triplet: 97, CB and B6. RGB value is (151,203,182). Sum of RGB (Red+Green+Blue) = 151+203+182=536 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.17% from 536); Green value is 203 (79.69% from 255 or 37.87% from 536); Blue value is 182 (71.48% from 255 or 33.96% from 536); Max value from RGB is 203 - color contains mainly: green. Hex color #97CBB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97CBB6 is #683449. Grayscale: #B9B9B9. Windows color (decimal): -6829130 or 11979671. OLE color: 11979671.

HSL color Cylindrical-coordinate representation of color #97CBB6: hue angle of 155.77º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #97CBB6 is Cyan = 0.26, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.

Color convert

RGB 151 203 182 -
CMYK 0.26 0 0.10 0.20
HSL 155.77º 0.33% 0.69% -
HSV(B) 155.77º 0.26% 0.8% -
XYZ 42.56 52.67 52.18 -
YUV 185.06 126.27 103.71 -
System Red Green Blue C M Y K H S L
Decimal 151 203 182 0.26 0 0.10 0.20 155.77 0.33 0.69
Hex 97 CB B6 1A 0 A 14 9C 21 45
Octal 227 313 266 32 0 12 24 234 41 105
Binary 10010111 11001011 10110110 11010 0 1010 10100 10011100 100001 1000101

Color Harmonies of #97CBB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97CBB6

Black with #97CBB6

Text Example


Text Example

White with #97CBB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,203,182); }

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

background-color css

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

 a { background-color: rgb(151,203,182); }

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

border-color css

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

 span { border-color: rgb(151,203,182); }

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