#89BDEB

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

Shades of Cornflower #89BDEB

Tints of Cornflower #89BDEB

Color information

#89BDEB (or 0x89BDEB) is unknown color: approx Cornflower. HEX triplet: 89, BD and EB. RGB value is (137,189,235). Sum of RGB (Red+Green+Blue) = 137+189+235=561 (74% of max value = 765). Red value is 137 (53.91% from 255 or 24.42% from 561); Green value is 189 (74.22% from 255 or 33.69% from 561); Blue value is 235 (92.19% from 255 or 41.89% from 561); Max value from RGB is 235 - color contains mainly: blue. Hex color #89BDEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #89BDEB is #764214. Grayscale: #B2B2B2. Windows color (decimal): -7750165 or 15449481. OLE color: 15449481.

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

Color convert

RGB137189235-
CMYK0.420.2000.08
HSL208.16º71.01%72.94%-
HSV(B)208.16º41.7%92.16%-
XYZ43.5147.7185.51-
YUV178.7159.7798.26-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 24.42%
GREEN value IS 189 (74.22% from 255) = 33.69%
BLUE value IS 235 (92.19% from 255) = 41.89%
R=24.42%
G=33.69%
B=41.89%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1371892350.420.2000.08208.1671.0172.94
Hex89BDEB2A1408d04749
Octal2112753535224010320107111
Binary10001001101111011110101110101010100010001101000010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89BDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,189,235); }

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

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

 a { background-color: rgb(137,189,235); }

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

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

 span { border-color: rgb(137,189,235); }

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