#89BAED

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

Shades of Cornflower #89BAED

Tints of Cornflower #89BAED

Color information

#89BAED (or 0x89BAED) is unknown color: approx Cornflower. HEX triplet: 89, BA and ED. RGB value is (137,186,237). Sum of RGB (Red+Green+Blue) = 137+186+237=560 (74% of max value = 765). Red value is 137 (53.91% from 255 or 24.46% from 560); Green value is 186 (73.05% from 255 or 33.21% from 560); Blue value is 237 (92.97% from 255 or 42.32% from 560); Max value from RGB is 237 - color contains mainly: blue. Hex color #89BAED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #89BAED is #764512. Grayscale: #B0B0B0. Windows color (decimal): -7750931 or 15579785. OLE color: 15579785.

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

Color convert

RGB137186237-
CMYK0.420.2200.07
HSL210.6º73.53%73.33%-
HSV(B)210.6º42.19%92.94%-
XYZ43.1646.5586.83-
YUV177.16161.7799.35-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 24.46%
GREEN value IS 186 (73.05% from 255) = 33.21%
BLUE value IS 237 (92.97% from 255) = 42.32%
R=24.46%
G=33.21%
B=42.32%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1371862370.420.2200.07210.673.5373.33
Hex89BAED2A1607d34a49
Octal211272355522607323112111
Binary1000100110111010111011011010101011001111101001110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89BAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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