#92ABB3

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

Shades of Botticelli #92ABB3

Tints of Botticelli #92ABB3

Color information

#92ABB3 (or 0x92ABB3) is unknown color: approx Botticelli. HEX triplet: 92, AB and B3. RGB value is (146,171,179). Sum of RGB (Red+Green+Blue) = 146+171+179=496 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.44% from 496); Green value is 171 (67.19% from 255 or 34.48% from 496); Blue value is 179 (70.31% from 255 or 36.09% from 496); Max value from RGB is 179 - color contains mainly: blue. Hex color #92ABB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92ABB3 is #6D544C. Grayscale: #A4A4A4. Windows color (decimal): -7165005 or 11774866. OLE color: 11774866.

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

Color convert

RGB146171179-
CMYK0.180.0400.30
HSL194.55º17.84%63.73%-
HSV(B)194.55º18.44%70.2%-
XYZ34.5538.4948.26-
YUV164.44136.22114.85-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.44%
GREEN value IS 171 (67.19% from 255) = 34.48%
BLUE value IS 179 (70.31% from 255) = 36.09%
R=29.44%
G=34.48%
B=36.09%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1461711790.180.0400.30194.5517.8463.73
Hex92ABB312401Ec31240
Octal22225326322403630322100
Binary1001001010101011101100111001010001111011000011100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92ABB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92ABB3; }

 p { color: rgb(146,171,179); }

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

<style>
 a { background-color: #92ABB3; }

 a { background-color: rgb(146,171,179); }

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

<style>
 span { border-color: #92ABB3; }

 span { border-color: rgb(146,171,179); }

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