#93AFB4

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

Shades of Botticelli #93AFB4

Tints of Botticelli #93AFB4

Color information

#93AFB4 (or 0x93AFB4) is unknown color: approx Botticelli. HEX triplet: 93, AF and B4. RGB value is (147,175,180). Sum of RGB (Red+Green+Blue) = 147+175+180=502 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.28% from 502); Green value is 175 (68.75% from 255 or 34.86% from 502); Blue value is 180 (70.70% from 255 or 35.86% from 502); Max value from RGB is 180 - color contains mainly: blue. Hex color #93AFB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93AFB4 is #6C504B. Grayscale: #A7A7A7. Windows color (decimal): -7098444 or 11841427. OLE color: 11841427.

HSL color Cylindrical-coordinate representation of color #93AFB4: hue angle of 189.09º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #93AFB4 is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB147175180-
CMYK0.180.0300.29
HSL189.09º18.03%64.12%-
HSV(B)189.09º18.33%70.59%-
XYZ35.640.1649.05-
YUV167.2135.22113.59-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.28%
GREEN value IS 175 (68.75% from 255) = 34.86%
BLUE value IS 180 (70.70% from 255) = 35.86%
R=29.28%
G=34.86%
B=35.86%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1471751800.180.0300.29189.0918.0364.12
Hex93AFB412301Dbd1240
Octal22325726422303527522100
Binary100100111010111110110100100101101110110111101100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93AFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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