#94AFB7

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

Shades of Botticelli #94AFB7

Tints of Botticelli #94AFB7

Color information

#94AFB7 (or 0x94AFB7) is unknown color: approx Botticelli. HEX triplet: 94, AF and B7. RGB value is (148,175,183). Sum of RGB (Red+Green+Blue) = 148+175+183=506 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.25% from 506); Green value is 175 (68.75% from 255 or 34.58% from 506); Blue value is 183 (71.88% from 255 or 36.17% from 506); Max value from RGB is 183 - color contains mainly: blue. Hex color #94AFB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94AFB7 is #6B5048. Grayscale: #A7A7A7. Windows color (decimal): -7032905 or 12038036. OLE color: 12038036.

HSL color Cylindrical-coordinate representation of color #94AFB7: hue angle of 193.71º degrees, saturation: 0.2, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #94AFB7 is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB148175183-
CMYK0.190.0400.28
HSL193.71º19.55%64.9%-
HSV(B)193.71º19.13%71.76%-
XYZ36.0940.3750.69-
YUV167.84136.55113.85-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.25%
GREEN value IS 175 (68.75% from 255) = 34.58%
BLUE value IS 183 (71.88% from 255) = 36.17%
R=29.25%
G=34.58%
B=36.17%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1481751830.190.0400.28193.7119.5564.9
Hex94AFB713401Cc21441
Octal22425726723403430224101
Binary1001010010101111101101111001110001110011000010101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AFB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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