Html Css Color HEX #97AFB5 Botticelli

📋 copy color: '#97AFB5'

red 151 ◦ green 175 ◦ blue 181

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

Shades of Botticelli #97AFB5

Tints of Botticelli #97AFB5

RGB

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

 GREEN value IS 175 (68.75% from 255) = 34.52%

 BLUE value IS 181 (71.09% from 255) = 35.7%

R = 29.78%
G = 34.52%
B = 35.7%

CMYK

 C value IS 0.17

 M value IS 0.03

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#97AFB5 (or 0x97AFB5) is known color: Botticelli. HEX triplet: 97, AF and B5. RGB value is (151,175,181). Sum of RGB (Red+Green+Blue) = 151+175+181=507 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.78% from 507); Green value is 175 (68.75% from 255 or 34.52% from 507); Blue value is 181 (71.09% from 255 or 35.70% from 507); Max value from RGB is 181 - color contains mainly: blue. Hex color #97AFB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #97AFB5 is #68504A. Grayscale: #A8A8A8. Windows color (decimal): -6836299 or 11906967. OLE color: 11906967.

HSL color Cylindrical-coordinate representation of color #97AFB5: hue angle of 192º degrees, saturation: 0.17, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #97AFB5 is Cyan = 0.17, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 151 175 181 -
CMYK 0.17 0.03 0 0.29
HSL 192º 0.17% 0.65% -
HSV(B) 192º 0.17% 0.71% -
XYZ 36.43 40.58 49.63 -
YUV 168.51 135.05 115.51 -
System Red Green Blue C M Y K H S L
Decimal 151 175 181 0.17 0.03 0 0.29 192 0.17 0.65
Hex 97 AF B5 11 3 0 1D C0 11 41
Octal 227 257 265 21 3 0 35 300 21 101
Binary 10010111 10101111 10110101 10001 11 0 11101 11000000 10001 1000001

Color Harmonies of #97AFB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97AFB5

Black with #97AFB5

Text Example


Text Example

White with #97AFB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,175,181); }

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

background-color css

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

 a { background-color: rgb(151,175,181); }

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

border-color css

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

 span { border-color: rgb(151,175,181); }

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