Html Css Color HEX #93AAB3 Botticelli

📋 copy color: '#93AAB3'

red 147 ◦ green 170 ◦ blue 179

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

Shades of Botticelli #93AAB3

Tints of Botticelli #93AAB3

RGB

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

 GREEN value IS 170 (66.8% from 255) = 34.27%

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

R = 29.64%
G = 34.27%
B = 36.09%

CMYK

 C value IS 0.18

 M value IS 0.05

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#93AAB3 (or 0x93AAB3) is known color: Botticelli. HEX triplet: 93, AA and B3. RGB value is (147,170,179). Sum of RGB (Red+Green+Blue) = 147+170+179=496 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.64% from 496); Green value is 170 (66.80% from 255 or 34.27% from 496); Blue value is 179 (70.31% from 255 or 36.09% from 496); Max value from RGB is 179 - color contains mainly: blue. Hex color #93AAB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93AAB3 is #6C554C. Grayscale: #A4A4A4. Windows color (decimal): -7099725 or 11774611. OLE color: 11774611.

HSL color Cylindrical-coordinate representation of color #93AAB3: hue angle of 196.88º degrees, saturation: 0.17, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #93AAB3 is Cyan = 0.18, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 147 170 179 -
CMYK 0.18 0.05 0 0.30
HSL 196.88º 0.17% 0.64% -
HSV(B) 196.88º 0.18% 0.7% -
XYZ 34.54 38.21 48.2 -
YUV 164.15 136.38 115.77 -
System Red Green Blue C M Y K H S L
Decimal 147 170 179 0.18 0.05 0 0.30 196.88 0.17 0.64
Hex 93 AA B3 12 5 0 1E C5 11 40
Octal 223 252 263 22 5 0 36 305 21 100
Binary 10010011 10101010 10110011 10010 101 0 11110 11000101 10001 1000000

Color Harmonies of #93AAB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93AAB3

Black with #93AAB3

Text Example


Text Example

White with #93AAB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,170,179); }

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

background-color css

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

 a { background-color: rgb(147,170,179); }

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

border-color css

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

 span { border-color: rgb(147,170,179); }

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