#91BAE8

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

Shades of Cornflower #91BAE8

Tints of Cornflower #91BAE8

Color information

#91BAE8 (or 0x91BAE8) is unknown color: approx Cornflower. HEX triplet: 91, BA and E8. RGB value is (145,186,232). Sum of RGB (Red+Green+Blue) = 145+186+232=563 (74% of max value = 765). Red value is 145 (57.03% from 255 or 25.75% from 563); Green value is 186 (73.05% from 255 or 33.04% from 563); Blue value is 232 (91.02% from 255 or 41.21% from 563); Max value from RGB is 232 - color contains mainly: blue. Hex color #91BAE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91BAE8 is #6E4517. Grayscale: #B2B2B2. Windows color (decimal): -7226648 or 15252113. OLE color: 15252113.

HSL color Cylindrical-coordinate representation of color #91BAE8: hue angle of 211.72º degrees, saturation: 0.65, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #91BAE8 is Cyan = 0.38, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB145186232-
CMYK0.380.2000.09
HSL211.72º65.41%73.92%-
HSV(B)211.72º37.5%90.98%-
XYZ43.846.9683.1-
YUV178.98157.92103.76-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 25.75%
GREEN value IS 186 (73.05% from 255) = 33.04%
BLUE value IS 232 (91.02% from 255) = 41.21%
R=25.75%
G=33.04%
B=41.21%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1451862320.380.2000.09211.7265.4173.92
Hex91BAE8261409d4414a
Octal2212723504624011324101112
Binary10010001101110101110100010011010100010011101010010000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91BAE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,186,232); }

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

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

 a { background-color: rgb(145,186,232); }

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

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

 span { border-color: rgb(145,186,232); }

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