#91BDDA

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

Shades of Cornflower #91BDDA

Tints of Cornflower #91BDDA

Color information

#91BDDA (or 0x91BDDA) is unknown color: approx Cornflower. HEX triplet: 91, BD and DA. RGB value is (145,189,218). Sum of RGB (Red+Green+Blue) = 145+189+218=552 (73% of max value = 765). Red value is 145 (57.03% from 255 or 26.27% from 552); Green value is 189 (74.22% from 255 or 34.24% from 552); Blue value is 218 (85.55% from 255 or 39.49% from 552); Max value from RGB is 218 - color contains mainly: blue. Hex color #91BDDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91BDDA is #6E4225. Grayscale: #B2B2B2. Windows color (decimal): -7225894 or 14335377. OLE color: 14335377.

HSL color Cylindrical-coordinate representation of color #91BDDA: hue angle of 203.84º 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 #91BDDA is Cyan = 0.33, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB145189218-
CMYK0.330.1300.15
HSL203.84º49.66%71.18%-
HSV(B)203.84º33.49%85.49%-
XYZ42.5347.4873.25-
YUV179.15149.92103.64-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 26.27%
GREEN value IS 189 (74.22% from 255) = 34.24%
BLUE value IS 218 (85.55% from 255) = 39.49%
R=26.27%
G=34.24%
B=39.49%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1451892180.330.1300.15203.8449.6671.18
Hex91BDDA21D0Fcc3247
Octal221275332411501731462107
Binary100100011011110111011010100001110101111110011001100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91BDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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