#91BADB

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

Shades of Cornflower #91BADB

Tints of Cornflower #91BADB

Color information

#91BADB (or 0x91BADB) is unknown color: approx Cornflower. HEX triplet: 91, BA and DB. RGB value is (145,186,219). Sum of RGB (Red+Green+Blue) = 145+186+219=550 (72% of max value = 765). Red value is 145 (57.03% from 255 or 26.36% from 550); Green value is 186 (73.05% from 255 or 33.82% from 550); Blue value is 219 (85.94% from 255 or 39.82% from 550); Max value from RGB is 219 - color contains mainly: blue. Hex color #91BADB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91BADB is #6E4524. Grayscale: #B1B1B1. Windows color (decimal): -7226661 or 14400145. OLE color: 14400145.

HSL color Cylindrical-coordinate representation of color #91BADB: hue angle of 206.76º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #91BADB is Cyan = 0.34, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB145186219-
CMYK0.340.1500.14
HSL206.76º50.68%71.37%-
HSV(B)206.76º33.79%85.88%-
XYZ42.0246.2573.73-
YUV177.5151.42104.82-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 26.36%
GREEN value IS 186 (73.05% from 255) = 33.82%
BLUE value IS 219 (85.94% from 255) = 39.82%
R=26.36%
G=33.82%
B=39.82%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1451862190.340.1500.14206.7650.6871.37
Hex91BADB22F0Ecf3347
Octal221272333421701631763107
Binary100100011011101011011011100010111101110110011111100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91BADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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