Html Css Color HEX #93ADB8 Botticelli

📋 copy color: '#93ADB8'

red 147 ◦ green 173 ◦ blue 184

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

Shades of Botticelli #93ADB8

Tints of Botticelli #93ADB8

RGB

 RED value IS 147 (57.81% from 255) = 29.17%

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

 BLUE value IS 184 (72.27% from 255) = 36.51%

R = 29.17%
G = 34.33%
B = 36.51%

CMYK

 C value IS 0.20

 M value IS 0.06

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#93ADB8 (or 0x93ADB8) is known color: Botticelli. HEX triplet: 93, AD and B8. RGB value is (147,173,184). Sum of RGB (Red+Green+Blue) = 147+173+184=504 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.17% from 504); Green value is 173 (67.97% from 255 or 34.33% from 504); Blue value is 184 (72.27% from 255 or 36.51% from 504); Max value from RGB is 184 - color contains mainly: blue. Hex color #93ADB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93ADB8 is #6C5247. Grayscale: #A6A6A6. Windows color (decimal): -7098952 or 12103059. OLE color: 12103059.

HSL color Cylindrical-coordinate representation of color #93ADB8: hue angle of 197.84º degrees, saturation: 0.21, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #93ADB8 is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 147 173 184 -
CMYK 0.20 0.06 0 0.28
HSL 197.84º 0.21% 0.65% -
HSV(B) 197.84º 0.2% 0.72% -
XYZ 35.63 39.55 51.1 -
YUV 166.48 137.89 114.11 -
System Red Green Blue C M Y K H S L
Decimal 147 173 184 0.20 0.06 0 0.28 197.84 0.21 0.65
Hex 93 AD B8 14 6 0 1C C6 15 41
Octal 223 255 270 24 6 0 34 306 25 101
Binary 10010011 10101101 10111000 10100 110 0 11100 11000110 10101 1000001

Color Harmonies of #93ADB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93ADB8

Black with #93ADB8

Text Example


Text Example

White with #93ADB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93ADB8; }

 p { color: rgb(147,173,184); }

 H1.HeaderClassName
 {
   color: #93ADB8;
 }
 .AnyTagClassName
 {
   color: #93ADB8;
 }
</style>

background-color css

<style>
 a { background-color: #93ADB8; }

 a { background-color: rgb(147,173,184); }

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

border-color css

<style>
 span { border-color: #93ADB8; }

 span { border-color: rgb(147,173,184); }

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