#91BCF0

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

Shades of Cornflower #91BCF0

Tints of Cornflower #91BCF0

Color information

#91BCF0 (or 0x91BCF0) is unknown color: approx Cornflower. HEX triplet: 91, BC and F0. RGB value is (145,188,240). Sum of RGB (Red+Green+Blue) = 145+188+240=573 (75% of max value = 765). Red value is 145 (57.03% from 255 or 25.31% from 573); Green value is 188 (73.83% from 255 or 32.81% from 573); Blue value is 240 (94.14% from 255 or 41.88% from 573); Max value from RGB is 240 - color contains mainly: blue. Hex color #91BCF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91BCF0 is #6E430F. Grayscale: #B4B4B4. Windows color (decimal): -7226128 or 15776913. OLE color: 15776913.

HSL color Cylindrical-coordinate representation of color #91BCF0: hue angle of 212.84º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #91BCF0 is Cyan = 0.40, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB145188240-
CMYK0.400.2200.06
HSL212.84º76%75.49%-
HSV(B)212.84º39.58%94.12%-
XYZ45.3948.2889.36-
YUV181.07161.25102.27-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 25.31%
GREEN value IS 188 (73.83% from 255) = 32.81%
BLUE value IS 240 (94.14% from 255) = 41.88%
R=25.31%
G=32.81%
B=41.88%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1451882400.400.2200.06212.847675.49
Hex91BCF0281606d54c4b
Octal221274360502606325114113
Binary1001000110111100111100001010001011001101101010110011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91BCF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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