#91BFF1

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

Shades of Cornflower #91BFF1

Tints of Cornflower #91BFF1

Color information

#91BFF1 (or 0x91BFF1) is unknown color: approx Cornflower. HEX triplet: 91, BF and F1. RGB value is (145,191,241). Sum of RGB (Red+Green+Blue) = 145+191+241=577 (76% of max value = 765). Red value is 145 (57.03% from 255 or 25.13% from 577); Green value is 191 (75% from 255 or 33.10% from 577); Blue value is 241 (94.53% from 255 or 41.77% from 577); Max value from RGB is 241 - color contains mainly: blue. Hex color #91BFF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91BFF1 is #6E400E. Grayscale: #B6B6B6. Windows color (decimal): -7225359 or 15843217. OLE color: 15843217.

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

Color convert

RGB145191241-
CMYK0.400.2100.05
HSL211.25º77.42%75.69%-
HSV(B)211.25º39.83%94.51%-
XYZ46.1949.6390.36-
YUV182.95160.76100.93-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 25.13%
GREEN value IS 191 (75% from 255) = 33.10%
BLUE value IS 241 (94.53% from 255) = 41.77%
R=25.13%
G=33.10%
B=41.77%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1451912410.400.2100.05211.2577.4275.69
Hex91BFF1281505d34d4c
Octal221277361502505323115114
Binary1001000110111111111100011010001010101011101001110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91BFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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