#91C7DC

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

Shades of Cornflower #91C7DC

Tints of Cornflower #91C7DC

Color information

#91C7DC (or 0x91C7DC) is unknown color: approx Cornflower. HEX triplet: 91, C7 and DC. RGB value is (145,199,220). Sum of RGB (Red+Green+Blue) = 145+199+220=564 (74% of max value = 765). Red value is 145 (57.03% from 255 or 25.71% from 564); Green value is 199 (78.12% from 255 or 35.28% from 564); Blue value is 220 (86.33% from 255 or 39.01% from 564); Max value from RGB is 220 - color contains mainly: blue. Hex color #91C7DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91C7DC is #6E3823. Grayscale: #B9B9B9. Windows color (decimal): -7223332 or 14469009. OLE color: 14469009.

HSL color Cylindrical-coordinate representation of color #91C7DC: hue angle of 196.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 #91C7DC is Cyan = 0.34, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB145199220-
CMYK0.340.1000.14
HSL196.8º51.72%71.57%-
HSV(B)196.8º34.09%86.27%-
XYZ45.0252.0375.38-
YUV185.25147.6199.29-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 25.71%
GREEN value IS 199 (78.12% from 255) = 35.28%
BLUE value IS 220 (86.33% from 255) = 39.01%
R=25.71%
G=35.28%
B=39.01%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1451992200.340.1000.14196.851.7271.57
Hex91C7DC22A0Ec53448
Octal221307334421201630564110
Binary100100011100011111011100100010101001110110001011101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91C7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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