#91BBF1

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

Shades of Cornflower #91BBF1

Tints of Cornflower #91BBF1

Color information

#91BBF1 (or 0x91BBF1) is unknown color: approx Cornflower. HEX triplet: 91, BB and F1. RGB value is (145,187,241). Sum of RGB (Red+Green+Blue) = 145+187+241=573 (75% of max value = 765). Red value is 145 (57.03% from 255 or 25.31% from 573); Green value is 187 (73.44% from 255 or 32.64% from 573); Blue value is 241 (94.53% from 255 or 42.06% from 573); Max value from RGB is 241 - color contains mainly: blue. Hex color #91BBF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91BBF1 is #6E440E. Grayscale: #B4B4B4. Windows color (decimal): -7226383 or 15842193. OLE color: 15842193.

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

Color convert

RGB145187241-
CMYK0.400.2200.05
HSL213.75º77.42%75.69%-
HSV(B)213.75º39.83%94.51%-
XYZ45.3247.9190.08-
YUV180.6162.09102.61-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 25.31%
GREEN value IS 187 (73.44% from 255) = 32.64%
BLUE value IS 241 (94.53% from 255) = 42.06%
R=25.31%
G=32.64%
B=42.06%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1451872410.400.2200.05213.7577.4275.69
Hex91BBF1281605d64d4c
Octal221273361502605326115114
Binary1001000110111011111100011010001011001011101011010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91BBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,187,241); }

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

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

 a { background-color: rgb(145,187,241); }

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

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

 span { border-color: rgb(145,187,241); }

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