#94BBBF

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

Shades of Botticelli #94BBBF

Tints of Botticelli #94BBBF

Color information

#94BBBF (or 0x94BBBF) is unknown color: approx Botticelli. HEX triplet: 94, BB and BF. RGB value is (148,187,191). Sum of RGB (Red+Green+Blue) = 148+187+191=526 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.14% from 526); Green value is 187 (73.44% from 255 or 35.55% from 526); Blue value is 191 (75% from 255 or 36.31% from 526); Max value from RGB is 191 - color contains mainly: blue. Hex color #94BBBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94BBBF is #6B4440. Grayscale: #AFAFAF. Windows color (decimal): -7029825 or 12565396. OLE color: 12565396.

HSL color Cylindrical-coordinate representation of color #94BBBF: hue angle of 185.58º 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 #94BBBF is Cyan = 0.23, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB148187191-
CMYK0.230.0200.25
HSL185.58º25.15%66.47%-
HSV(B)185.58º22.51%74.9%-
XYZ39.3945.656.02-
YUV175.8136.58108.17-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.14%
GREEN value IS 187 (73.44% from 255) = 35.55%
BLUE value IS 191 (75% from 255) = 36.31%
R=28.14%
G=35.55%
B=36.31%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1481871910.230.0200.25185.5825.1566.47
Hex94BBBF172019ba1942
Octal22427327727203127231102
Binary100101001011101110111111101111001100110111010110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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