#89BCEC

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

Shades of Cornflower #89BCEC

Tints of Cornflower #89BCEC

Color information

#89BCEC (or 0x89BCEC) is unknown color: approx Cornflower. HEX triplet: 89, BC and EC. RGB value is (137,188,236). Sum of RGB (Red+Green+Blue) = 137+188+236=561 (74% of max value = 765). Red value is 137 (53.91% from 255 or 24.42% from 561); Green value is 188 (73.83% from 255 or 33.51% from 561); Blue value is 236 (92.58% from 255 or 42.07% from 561); Max value from RGB is 236 - color contains mainly: blue. Hex color #89BCEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #89BCEC is #764313. Grayscale: #B1B1B1. Windows color (decimal): -7750420 or 15514761. OLE color: 15514761.

HSL color Cylindrical-coordinate representation of color #89BCEC: hue angle of 209.09º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #89BCEC is Cyan = 0.42, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB137188236-
CMYK0.420.2000.07
HSL209.09º72.26%73.14%-
HSV(B)209.09º41.95%92.55%-
XYZ43.4447.3486.21-
YUV178.22160.698.6-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 24.42%
GREEN value IS 188 (73.83% from 255) = 33.51%
BLUE value IS 236 (92.58% from 255) = 42.07%
R=24.42%
G=33.51%
B=42.07%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1371882360.420.2000.07209.0972.2673.14
Hex89BCEC2A1407d14849
Octal211274354522407321110111
Binary1000100110111100111011001010101010001111101000110010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89BCEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89BCEC; }

 p { color: rgb(137,188,236); }

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

<style>
 a { background-color: #89BCEC; }

 a { background-color: rgb(137,188,236); }

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

<style>
 span { border-color: #89BCEC; }

 span { border-color: rgb(137,188,236); }

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