#91BCDE

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

Shades of Cornflower #91BCDE

Tints of Cornflower #91BCDE

Color information

#91BCDE (or 0x91BCDE) is unknown color: approx Cornflower. HEX triplet: 91, BC and DE. RGB value is (145,188,222). Sum of RGB (Red+Green+Blue) = 145+188+222=555 (73% of max value = 765). Red value is 145 (57.03% from 255 or 26.13% from 555); Green value is 188 (73.83% from 255 or 33.87% from 555); Blue value is 222 (87.11% from 255 or 40% from 555); Max value from RGB is 222 - color contains mainly: blue. Hex color #91BCDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91BCDE is #6E4321. Grayscale: #B2B2B2. Windows color (decimal): -7226146 or 14597265. OLE color: 14597265.

HSL color Cylindrical-coordinate representation of color #91BCDE: hue angle of 206.49º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #91BCDE is Cyan = 0.35, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB145188222-
CMYK0.350.1500.13
HSL206.49º53.85%71.96%-
HSV(B)206.49º34.68%87.06%-
XYZ42.8547.2675.97-
YUV179.02152.25103.74-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 26.13%
GREEN value IS 188 (73.83% from 255) = 33.87%
BLUE value IS 222 (87.11% from 255) = 40%
R=26.13%
G=33.87%
B=40%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1451882220.350.1500.13206.4953.8571.96
Hex91BCDE23F0Dce3648
Octal221274336431701531666110
Binary100100011011110011011110100011111101101110011101101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91BCDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,188,222); }

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

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

 a { background-color: rgb(145,188,222); }

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

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

 span { border-color: rgb(145,188,222); }

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