Html Css Color HEX #97B1B9 Botticelli

📋 copy color: '#97B1B9'

red 151 ◦ green 177 ◦ blue 185

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

Shades of Botticelli #97B1B9

Tints of Botticelli #97B1B9

RGB

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

 GREEN value IS 177 (69.53% from 255) = 34.5%

 BLUE value IS 185 (72.66% from 255) = 36.06%

R = 29.43%
G = 34.5%
B = 36.06%

CMYK

 C value IS 0.18

 M value IS 0.04

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#97B1B9 (or 0x97B1B9) is known color: Botticelli. HEX triplet: 97, B1 and B9. RGB value is (151,177,185). Sum of RGB (Red+Green+Blue) = 151+177+185=513 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.43% from 513); Green value is 177 (69.53% from 255 or 34.50% from 513); Blue value is 185 (72.66% from 255 or 36.06% from 513); Max value from RGB is 185 - color contains mainly: blue. Hex color #97B1B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #97B1B9 is #684E46. Grayscale: #AAAAAA. Windows color (decimal): -6835783 or 12169623. OLE color: 12169623.

HSL color Cylindrical-coordinate representation of color #97B1B9: hue angle of 194.12º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #97B1B9 is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 151 177 185 -
CMYK 0.18 0.04 0 0.27
HSL 194.12º 0.2% 0.66% -
HSV(B) 194.12º 0.18% 0.73% -
XYZ 37.24 41.53 51.95 -
YUV 170.14 136.39 114.35 -
System Red Green Blue C M Y K H S L
Decimal 151 177 185 0.18 0.04 0 0.27 194.12 0.2 0.66
Hex 97 B1 B9 12 4 0 1B C2 14 42
Octal 227 261 271 22 4 0 33 302 24 102
Binary 10010111 10110001 10111001 10010 100 0 11011 11000010 10100 1000010

Color Harmonies of #97B1B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97B1B9

Black with #97B1B9

Text Example


Text Example

White with #97B1B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,177,185); }

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

background-color css

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

 a { background-color: rgb(151,177,185); }

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

border-color css

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

 span { border-color: rgb(151,177,185); }

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