Html Css Color HEX #97ADB3 Botticelli

📋 copy color: '#97ADB3'

red 151 ◦ green 173 ◦ blue 179

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

Shades of Botticelli #97ADB3

Tints of Botticelli #97ADB3

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.39%

 BLUE value IS 179 (70.31% from 255) = 35.59%

R = 30.02%
G = 34.39%
B = 35.59%

CMYK

 C value IS 0.16

 M value IS 0.03

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#97ADB3 (or 0x97ADB3) is known color: Botticelli. HEX triplet: 97, AD and B3. RGB value is (151,173,179). Sum of RGB (Red+Green+Blue) = 151+173+179=503 (66% of max value = 765). Red value is 151 (59.38% from 255 or 30.02% from 503); Green value is 173 (67.97% from 255 or 34.39% from 503); Blue value is 179 (70.31% from 255 or 35.59% from 503); Max value from RGB is 179 - color contains mainly: blue. Hex color #97ADB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #97ADB3 is #68524C. Grayscale: #A7A7A7. Windows color (decimal): -6836813 or 11775383. OLE color: 11775383.

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

Color convert

RGB 151 173 179 -
CMYK 0.16 0.03 0 0.30
HSL 192.86º 0.16% 0.65% -
HSV(B) 192.86º 0.16% 0.7% -
XYZ 35.84 39.72 48.43 -
YUV 167.11 134.71 116.51 -
System Red Green Blue C M Y K H S L
Decimal 151 173 179 0.16 0.03 0 0.30 192.86 0.16 0.65
Hex 97 AD B3 10 3 0 1E C1 10 41
Octal 227 255 263 20 3 0 36 301 20 101
Binary 10010111 10101101 10110011 10000 11 0 11110 11000001 10000 1000001

Color Harmonies of #97ADB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97ADB3

Black with #97ADB3

Text Example


Text Example

White with #97ADB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,173,179); }

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

background-color css

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

 a { background-color: rgb(151,173,179); }

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

border-color css

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

 span { border-color: rgb(151,173,179); }

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