#91BDDC

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

Shades of Cornflower #91BDDC

Tints of Cornflower #91BDDC

Color information

#91BDDC (or 0x91BDDC) is unknown color: approx Cornflower. HEX triplet: 91, BD and DC. RGB value is (145,189,220). Sum of RGB (Red+Green+Blue) = 145+189+220=554 (73% of max value = 765). Red value is 145 (57.03% from 255 or 26.17% from 554); Green value is 189 (74.22% from 255 or 34.12% from 554); Blue value is 220 (86.33% from 255 or 39.71% from 554); Max value from RGB is 220 - color contains mainly: blue. Hex color #91BDDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91BDDC is #6E4223. Grayscale: #B3B3B3. Windows color (decimal): -7225892 or 14466449. OLE color: 14466449.

HSL color Cylindrical-coordinate representation of color #91BDDC: hue angle of 204.8º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #91BDDC is Cyan = 0.34, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB145189220-
CMYK0.340.1400.14
HSL204.8º51.72%71.57%-
HSV(B)204.8º34.09%86.27%-
XYZ42.7947.5874.64-
YUV179.38150.92103.48-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 26.17%
GREEN value IS 189 (74.22% from 255) = 34.12%
BLUE value IS 220 (86.33% from 255) = 39.71%
R=26.17%
G=34.12%
B=39.71%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1451892200.340.1400.14204.851.7271.57
Hex91BDDC22E0Ecd3448
Octal221275334421601631564110
Binary100100011011110111011100100010111001110110011011101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91BDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,189,220); }

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

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

 a { background-color: rgb(145,189,220); }

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

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

 span { border-color: rgb(145,189,220); }

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