#91BCD7

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

Shades of Cornflower #91BCD7

Tints of Cornflower #91BCD7

Color information

#91BCD7 (or 0x91BCD7) is unknown color: approx Cornflower. HEX triplet: 91, BC and D7. RGB value is (145,188,215). Sum of RGB (Red+Green+Blue) = 145+188+215=548 (72% of max value = 765). Red value is 145 (57.03% from 255 or 26.46% from 548); Green value is 188 (73.83% from 255 or 34.31% from 548); Blue value is 215 (84.38% from 255 or 39.23% from 548); Max value from RGB is 215 - color contains mainly: blue. Hex color #91BCD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91BCD7 is #6E4328. Grayscale: #B2B2B2. Windows color (decimal): -7226153 or 14138513. OLE color: 14138513.

HSL color Cylindrical-coordinate representation of color #91BCD7: hue angle of 203.14º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #91BCD7 is Cyan = 0.33, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB145188215-
CMYK0.330.1300.16
HSL203.14º46.67%70.59%-
HSV(B)203.14º32.56%84.31%-
XYZ41.9346.8971.13-
YUV178.22148.75104.3-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 26.46%
GREEN value IS 188 (73.83% from 255) = 34.31%
BLUE value IS 215 (84.38% from 255) = 39.23%
R=26.46%
G=34.31%
B=39.23%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1451882150.330.1300.16203.1446.6770.59
Hex91BCD721D010cb2f47
Octal221274327411502031357107
Binary1001000110111100110101111000011101010000110010111011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91BCD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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