#91B7C4

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

Shades of Botticelli #91B7C4

Tints of Botticelli #91B7C4

Color information

#91B7C4 (or 0x91B7C4) is unknown color: approx Botticelli. HEX triplet: 91, B7 and C4. RGB value is (145,183,196). Sum of RGB (Red+Green+Blue) = 145+183+196=524 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.67% from 524); Green value is 183 (71.88% from 255 or 34.92% from 524); Blue value is 196 (76.95% from 255 or 37.40% from 524); Max value from RGB is 196 - color contains mainly: blue. Hex color #91B7C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91B7C4 is #6E483B. Grayscale: #ADADAD. Windows color (decimal): -7227452 or 12892049. OLE color: 12892049.

HSL color Cylindrical-coordinate representation of color #91B7C4: hue angle of 195.29º 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 #91B7C4 is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB145183196-
CMYK0.260.0700.23
HSL195.29º30.18%66.86%-
HSV(B)195.29º26.02%76.86%-
XYZ38.5743.8758.66-
YUV173.12140.91107.94-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.67%
GREEN value IS 183 (71.88% from 255) = 34.92%
BLUE value IS 196 (76.95% from 255) = 37.40%
R=27.67%
G=34.92%
B=37.40%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1451831960.260.0700.23195.2930.1866.86
Hex91B7C41A7017c31e43
Octal22126730432702730336103
Binary1001000110110111110001001101011101011111000011111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91B7C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91B7C4; }

 p { color: rgb(145,183,196); }

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

<style>
 a { background-color: #91B7C4; }

 a { background-color: rgb(145,183,196); }

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

<style>
 span { border-color: #91B7C4; }

 span { border-color: rgb(145,183,196); }

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