#89BDED

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

Shades of Cornflower #89BDED

Tints of Cornflower #89BDED

Color information

#89BDED (or 0x89BDED) is unknown color: approx Cornflower. HEX triplet: 89, BD and ED. RGB value is (137,189,237). Sum of RGB (Red+Green+Blue) = 137+189+237=563 (74% of max value = 765). Red value is 137 (53.91% from 255 or 24.33% from 563); Green value is 189 (74.22% from 255 or 33.57% from 563); Blue value is 237 (92.97% from 255 or 42.10% from 563); Max value from RGB is 237 - color contains mainly: blue. Hex color #89BDED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #89BDED is #764212. Grayscale: #B2B2B2. Windows color (decimal): -7750163 or 15580553. OLE color: 15580553.

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

Color convert

RGB137189237-
CMYK0.420.2000.07
HSL208.8º73.53%73.33%-
HSV(B)208.8º42.19%92.94%-
XYZ43.847.8387.04-
YUV178.92160.7798.1-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 24.33%
GREEN value IS 189 (74.22% from 255) = 33.57%
BLUE value IS 237 (92.97% from 255) = 42.10%
R=24.33%
G=33.57%
B=42.10%

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
Decimal1371892370.420.2000.07208.873.5373.33
Hex89BDED2A1407d14a49
Octal211275355522407321112111
Binary1000100110111101111011011010101010001111101000110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89BDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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