#93AFBA

Color #93AFBA Botticelli (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Botticelli #93AFBA

Tints of Botticelli #93AFBA

Color information

#93AFBA (or 0x93AFBA) is unknown color: approx Botticelli. HEX triplet: 93, AF and BA. RGB value is (147,175,186). Sum of RGB (Red+Green+Blue) = 147+175+186=508 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.94% from 508); Green value is 175 (68.75% from 255 or 34.45% from 508); Blue value is 186 (73.05% from 255 or 36.61% from 508); Max value from RGB is 186 - color contains mainly: blue. Hex color #93AFBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93AFBA is #6C5045. Grayscale: #A7A7A7. Windows color (decimal): -7098438 or 12234643. OLE color: 12234643.

HSL color Cylindrical-coordinate representation of color #93AFBA: hue angle of 196.92º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #93AFBA is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB147175186-
CMYK0.210.0600.27
HSL196.92º22.03%65.29%-
HSV(B)196.92º20.97%72.94%-
XYZ36.2340.4152.34-
YUV167.88138.22113.11-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.94%
GREEN value IS 175 (68.75% from 255) = 34.45%
BLUE value IS 186 (73.05% from 255) = 36.61%
R=28.94%
G=34.45%
B=36.61%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1471751860.210.0600.27196.9222.0365.29
Hex93AFBA15601Bc51641
Octal22325727225603330526101
Binary1001001110101111101110101010111001101111000101101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93AFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,175,186); }

 H1.HeaderClassName
 {
   color: #93AFBA;
 }
 .AnyTagClassName
 {
   color: #93AFBA;
 }
</style>
background-color css

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

 a { background-color: rgb(147,175,186); }

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

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

 span { border-color: rgb(147,175,186); }

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