Html Css Color HEX #93ABB3 Botticelli

📋 copy color: '#93ABB3'

red 147 ◦ green 171 ◦ blue 179

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

Shades of Botticelli #93ABB3

Tints of Botticelli #93ABB3

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34.41%

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

R = 29.58%
G = 34.41%
B = 36.02%

CMYK

 C value IS 0.18

 M value IS 0.04

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#93ABB3 (or 0x93ABB3) is known color: Botticelli. HEX triplet: 93, AB and B3. RGB value is (147,171,179). Sum of RGB (Red+Green+Blue) = 147+171+179=497 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.58% from 497); Green value is 171 (67.19% from 255 or 34.41% from 497); Blue value is 179 (70.31% from 255 or 36.02% from 497); Max value from RGB is 179 - color contains mainly: blue. Hex color #93ABB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93ABB3 is #6C544C. Grayscale: #A4A4A4. Windows color (decimal): -7099469 or 11774867. OLE color: 11774867.

HSL color Cylindrical-coordinate representation of color #93ABB3: hue angle of 195º 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 #93ABB3 is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 147 171 179 -
CMYK 0.18 0.04 0 0.30
HSL 195º 0.17% 0.64% -
HSV(B) 195º 0.18% 0.7% -
XYZ 34.73 38.58 48.26 -
YUV 164.74 136.05 115.35 -
System Red Green Blue C M Y K H S L
Decimal 147 171 179 0.18 0.04 0 0.30 195 0.17 0.64
Hex 93 AB B3 12 4 0 1E C3 11 40
Octal 223 253 263 22 4 0 36 303 21 100
Binary 10010011 10101011 10110011 10010 100 0 11110 11000011 10001 1000000

Color Harmonies of #93ABB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93ABB3

Black with #93ABB3

Text Example


Text Example

White with #93ABB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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