#91BADC

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

Shades of Cornflower #91BADC

Tints of Cornflower #91BADC

Color information

#91BADC (or 0x91BADC) is unknown color: approx Cornflower. HEX triplet: 91, BA and DC. RGB value is (145,186,220). Sum of RGB (Red+Green+Blue) = 145+186+220=551 (72% of max value = 765). Red value is 145 (57.03% from 255 or 26.32% from 551); Green value is 186 (73.05% from 255 or 33.76% from 551); Blue value is 220 (86.33% from 255 or 39.93% from 551); Max value from RGB is 220 - color contains mainly: blue. Hex color #91BADC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91BADC is #6E4523. Grayscale: #B1B1B1. Windows color (decimal): -7226660 or 14465681. OLE color: 14465681.

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

Color convert

RGB145186220-
CMYK0.340.1500.14
HSL207.2º51.72%71.57%-
HSV(B)207.2º34.09%86.27%-
XYZ42.1546.374.43-
YUV177.62151.92104.74-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 26.32%
GREEN value IS 186 (73.05% from 255) = 33.76%
BLUE value IS 220 (86.33% from 255) = 39.93%
R=26.32%
G=33.76%
B=39.93%

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
Decimal1451862200.340.1500.14207.251.7271.57
Hex91BADC22F0Ecf3448
Octal221272334421701631764110
Binary100100011011101011011100100010111101110110011111101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91BADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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