#89BAEC

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

Shades of Cornflower #89BAEC

Tints of Cornflower #89BAEC

Color information

#89BAEC (or 0x89BAEC) is unknown color: approx Cornflower. HEX triplet: 89, BA and EC. RGB value is (137,186,236). Sum of RGB (Red+Green+Blue) = 137+186+236=559 (74% of max value = 765). Red value is 137 (53.91% from 255 or 24.51% from 559); Green value is 186 (73.05% from 255 or 33.27% from 559); Blue value is 236 (92.58% from 255 or 42.22% from 559); Max value from RGB is 236 - color contains mainly: blue. Hex color #89BAEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #89BAEC is #764513. Grayscale: #B0B0B0. Windows color (decimal): -7750932 or 15514249. OLE color: 15514249.

HSL color Cylindrical-coordinate representation of color #89BAEC: hue angle of 210.3º 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 #89BAEC is Cyan = 0.42, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB137186236-
CMYK0.420.2100.07
HSL210.3º72.26%73.14%-
HSV(B)210.3º41.95%92.55%-
XYZ43.0246.4986.06-
YUV177.05161.2799.43-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 24.51%
GREEN value IS 186 (73.05% from 255) = 33.27%
BLUE value IS 236 (92.58% from 255) = 42.22%
R=24.51%
G=33.27%
B=42.22%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1371862360.420.2100.07210.372.2673.14
Hex89BAEC2A1507d24849
Octal211272354522507322110111
Binary1000100110111010111011001010101010101111101001010010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89BAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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