#94B6BF

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

Shades of Botticelli #94B6BF

Tints of Botticelli #94B6BF

Color information

#94B6BF (or 0x94B6BF) is unknown color: approx Botticelli. HEX triplet: 94, B6 and BF. RGB value is (148,182,191). Sum of RGB (Red+Green+Blue) = 148+182+191=521 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.41% from 521); Green value is 182 (71.48% from 255 or 34.93% from 521); Blue value is 191 (75% from 255 or 36.66% from 521); Max value from RGB is 191 - color contains mainly: blue. Hex color #94B6BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94B6BF is #6B4940. Grayscale: #ACACAC. Windows color (decimal): -7031105 or 12564116. OLE color: 12564116.

HSL color Cylindrical-coordinate representation of color #94B6BF: hue angle of 192.56º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #94B6BF is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB148182191-
CMYK0.230.0500.25
HSL192.56º25.15%66.47%-
HSV(B)192.56º22.51%74.9%-
XYZ38.3443.5155.67-
YUV172.86138.24110.27-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.41%
GREEN value IS 182 (71.48% from 255) = 34.93%
BLUE value IS 191 (75% from 255) = 36.66%
R=28.41%
G=34.93%
B=36.66%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1481821910.230.0500.25192.5625.1566.47
Hex94B6BF175019c11942
Octal22426627727503130131102
Binary1001010010110110101111111011110101100111000001110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,182,191); }

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

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

 a { background-color: rgb(148,182,191); }

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

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

 span { border-color: rgb(148,182,191); }

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