#91C8DC

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

Shades of Cornflower #91C8DC

Tints of Cornflower #91C8DC

Color information

#91C8DC (or 0x91C8DC) is unknown color: approx Cornflower. HEX triplet: 91, C8 and DC. RGB value is (145,200,220). Sum of RGB (Red+Green+Blue) = 145+200+220=565 (74% of max value = 765). Red value is 145 (57.03% from 255 or 25.66% from 565); Green value is 200 (78.52% from 255 or 35.40% from 565); Blue value is 220 (86.33% from 255 or 38.94% from 565); Max value from RGB is 220 - color contains mainly: blue. Hex color #91C8DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91C8DC is #6E3723. Grayscale: #B9B9B9. Windows color (decimal): -7223076 or 14469265. OLE color: 14469265.

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

Color convert

RGB145200220-
CMYK0.340.0900.14
HSL196º51.72%71.57%-
HSV(B)196º34.09%86.27%-
XYZ45.2552.575.46-
YUV185.84147.2898.87-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 25.66%
GREEN value IS 200 (78.52% from 255) = 35.40%
BLUE value IS 220 (86.33% from 255) = 38.94%
R=25.66%
G=35.40%
B=38.94%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1452002200.340.0900.1419651.7271.57
Hex91C8DC2290Ec43448
Octal221310334421101630464110
Binary100100011100100011011100100010100101110110001001101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91C8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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