#91B7F2

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

Shades of Cornflower #91B7F2

Tints of Cornflower #91B7F2

Color information

#91B7F2 (or 0x91B7F2) is unknown color: approx Cornflower. HEX triplet: 91, B7 and F2. RGB value is (145,183,242). Sum of RGB (Red+Green+Blue) = 145+183+242=570 (75% of max value = 765). Red value is 145 (57.03% from 255 or 25.44% from 570); Green value is 183 (71.88% from 255 or 32.11% from 570); Blue value is 242 (94.92% from 255 or 42.46% from 570); Max value from RGB is 242 - color contains mainly: blue. Hex color #91B7F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91B7F2 is #6E480D. Grayscale: #B2B2B2. Windows color (decimal): -7227406 or 15906705. OLE color: 15906705.

HSL color Cylindrical-coordinate representation of color #91B7F2: hue angle of 216.49º degrees, saturation: 0.79, 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 #91B7F2 is Cyan = 0.40, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB145183242-
CMYK0.400.2400.05
HSL216.49º78.86%75.88%-
HSV(B)216.49º40.08%94.9%-
XYZ44.6446.390.59-
YUV178.36163.91104.2-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 25.44%
GREEN value IS 183 (71.88% from 255) = 32.11%
BLUE value IS 242 (94.92% from 255) = 42.46%
R=25.44%
G=32.11%
B=42.46%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1451832420.400.2400.05216.4978.8675.88
Hex91B7F2281805d84f4c
Octal221267362503005330117114
Binary1001000110110111111100101010001100001011101100010011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91B7F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,183,242); }

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

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

 a { background-color: rgb(145,183,242); }

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

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

 span { border-color: rgb(145,183,242); }

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