#91BCDA

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

Shades of Cornflower #91BCDA

Tints of Cornflower #91BCDA

Color information

#91BCDA (or 0x91BCDA) is unknown color: approx Cornflower. HEX triplet: 91, BC and DA. RGB value is (145,188,218). Sum of RGB (Red+Green+Blue) = 145+188+218=551 (72% of max value = 765). Red value is 145 (57.03% from 255 or 26.32% from 551); Green value is 188 (73.83% from 255 or 34.12% from 551); Blue value is 218 (85.55% from 255 or 39.56% from 551); Max value from RGB is 218 - color contains mainly: blue. Hex color #91BCDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91BCDA is #6E4325. Grayscale: #B2B2B2. Windows color (decimal): -7226150 or 14335121. OLE color: 14335121.

HSL color Cylindrical-coordinate representation of color #91BCDA: hue angle of 204.66º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #91BCDA is Cyan = 0.33, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB145188218-
CMYK0.330.1400.15
HSL204.66º49.66%71.18%-
HSV(B)204.66º33.49%85.49%-
XYZ42.3247.0573.18-
YUV178.56150.25104.06-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 26.32%
GREEN value IS 188 (73.83% from 255) = 34.12%
BLUE value IS 218 (85.55% from 255) = 39.56%
R=26.32%
G=34.12%
B=39.56%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1451882180.330.1400.15204.6649.6671.18
Hex91BCDA21E0Fcd3247
Octal221274332411601731562107
Binary100100011011110011011010100001111001111110011011100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91BCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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