Html Css Color HEX #97BCC7 Heather

📋 copy color: '#97BCC7'

red 151 ◦ green 188 ◦ blue 199

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

Shades of Heather #97BCC7

Tints of Heather #97BCC7

RGB

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

 GREEN value IS 188 (73.83% from 255) = 34.94%

 BLUE value IS 199 (78.13% from 255) = 36.99%

R = 28.07%
G = 34.94%
B = 36.99%

CMYK

 C value IS 0.24

 M value IS 0.06

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#97BCC7 (or 0x97BCC7) is known color: Heather. HEX triplet: 97, BC and C7. RGB value is (151,188,199). Sum of RGB (Red+Green+Blue) = 151+188+199=538 (71% of max value = 765). Red value is 151 (59.38% from 255 or 28.07% from 538); Green value is 188 (73.83% from 255 or 34.94% from 538); Blue value is 199 (78.12% from 255 or 36.99% from 538); Max value from RGB is 199 - color contains mainly: blue. Hex color #97BCC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97BCC7 is #684338. Grayscale: #B2B2B2. Windows color (decimal): -6832953 or 13089943. OLE color: 13089943.

HSL color Cylindrical-coordinate representation of color #97BCC7: hue angle of 193.75º degrees, saturation: 0.3, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #97BCC7 is Cyan = 0.24, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 151 188 199 -
CMYK 0.24 0.06 0 0.22
HSL 193.75º 0.3% 0.69% -
HSV(B) 193.75º 0.24% 0.78% -
XYZ 41.05 46.67 60.88 -
YUV 178.19 139.74 108.61 -
System Red Green Blue C M Y K H S L
Decimal 151 188 199 0.24 0.06 0 0.22 193.75 0.3 0.69
Hex 97 BC C7 18 6 0 16 C2 1E 45
Octal 227 274 307 30 6 0 26 302 36 105
Binary 10010111 10111100 11000111 11000 110 0 10110 11000010 11110 1000101

Color Harmonies of #97BCC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97BCC7

Black with #97BCC7

Text Example


Text Example

White with #97BCC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,188,199); }

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

background-color css

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

 a { background-color: rgb(151,188,199); }

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

border-color css

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

 span { border-color: rgb(151,188,199); }

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