#92B8C4

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

Shades of Botticelli #92B8C4

Tints of Botticelli #92B8C4

Color information

#92B8C4 (or 0x92B8C4) is unknown color: approx Botticelli. HEX triplet: 92, B8 and C4. RGB value is (146,184,196). Sum of RGB (Red+Green+Blue) = 146+184+196=526 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.76% from 526); Green value is 184 (72.27% from 255 or 34.98% from 526); Blue value is 196 (76.95% from 255 or 37.26% from 526); Max value from RGB is 196 - color contains mainly: blue. Hex color #92B8C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92B8C4 is #6D473B. Grayscale: #ADADAD. Windows color (decimal): -7161660 or 12892306. OLE color: 12892306.

HSL color Cylindrical-coordinate representation of color #92B8C4: hue angle of 194.4º degrees, saturation: 0.3, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #92B8C4 is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB146184196-
CMYK0.260.0600.23
HSL194.4º29.76%67.06%-
HSV(B)194.4º25.51%76.86%-
XYZ38.9644.3858.74-
YUV174.01140.41108.02-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.76%
GREEN value IS 184 (72.27% from 255) = 34.98%
BLUE value IS 196 (76.95% from 255) = 37.26%
R=27.76%
G=34.98%
B=37.26%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1461841960.260.0600.23194.429.7667.06
Hex92B8C41A6017c21e43
Octal22227030432602730236103
Binary1001001010111000110001001101011001011111000010111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92B8C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,184,196); }

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

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

 a { background-color: rgb(146,184,196); }

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

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

 span { border-color: rgb(146,184,196); }

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