#94B1B3

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

Shades of Botticelli #94B1B3

Tints of Botticelli #94B1B3

Color information

#94B1B3 (or 0x94B1B3) is unknown color: approx Botticelli. HEX triplet: 94, B1 and B3. RGB value is (148,177,179). Sum of RGB (Red+Green+Blue) = 148+177+179=504 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.37% from 504); Green value is 177 (69.53% from 255 or 35.12% from 504); Blue value is 179 (70.31% from 255 or 35.52% from 504); Max value from RGB is 179 - color contains mainly: blue. Hex color #94B1B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94B1B3 is #6B4E4C. Grayscale: #A8A8A8. Windows color (decimal): -7032397 or 11776404. OLE color: 11776404.

HSL color Cylindrical-coordinate representation of color #94B1B3: hue angle of 183.87º degrees, saturation: 0.17, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #94B1B3 is Cyan = 0.17, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB148177179-
CMYK0.170.0100.30
HSL183.87º16.94%64.12%-
HSV(B)183.87º17.32%70.2%-
XYZ36.0740.9948.66-
YUV168.56133.89113.34-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.37%
GREEN value IS 177 (69.53% from 255) = 35.12%
BLUE value IS 179 (70.31% from 255) = 35.52%
R=29.37%
G=35.12%
B=35.52%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1481771790.170.0100.30183.8716.9464.12
Hex94B1B311101Eb81140
Octal22426126321103627021100
Binary10010100101100011011001110001101111010111000100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B1B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,177,179); }

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

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

 a { background-color: rgb(148,177,179); }

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

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

 span { border-color: rgb(148,177,179); }

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