#94AFBA

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

Shades of Botticelli #94AFBA

Tints of Botticelli #94AFBA

Color information

#94AFBA (or 0x94AFBA) is unknown color: approx Botticelli. HEX triplet: 94, AF and BA. RGB value is (148,175,186). Sum of RGB (Red+Green+Blue) = 148+175+186=509 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.08% from 509); Green value is 175 (68.75% from 255 or 34.38% from 509); Blue value is 186 (73.05% from 255 or 36.54% from 509); Max value from RGB is 186 - color contains mainly: blue. Hex color #94AFBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94AFBA is #6B5045. Grayscale: #A8A8A8. Windows color (decimal): -7032902 or 12234644. OLE color: 12234644.

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

Color convert

RGB148175186-
CMYK0.200.0600.27
HSL197.37º21.59%65.49%-
HSV(B)197.37º20.43%72.94%-
XYZ36.4140.552.35-
YUV168.18138.05113.61-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.08%
GREEN value IS 175 (68.75% from 255) = 34.38%
BLUE value IS 186 (73.05% from 255) = 36.54%
R=29.08%
G=34.38%
B=36.54%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1481751860.200.0600.27197.3721.5965.49
Hex94AFBA14601Bc51641
Octal22425727224603330526101
Binary1001010010101111101110101010011001101111000101101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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