#89BEDE

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

Shades of Cornflower #89BEDE

Tints of Cornflower #89BEDE

Color information

#89BEDE (or 0x89BEDE) is unknown color: approx Cornflower. HEX triplet: 89, BE and DE. RGB value is (137,190,222). Sum of RGB (Red+Green+Blue) = 137+190+222=549 (72% of max value = 765). Red value is 137 (53.91% from 255 or 24.95% from 549); Green value is 190 (74.61% from 255 or 34.61% from 549); Blue value is 222 (87.11% from 255 or 40.44% from 549); Max value from RGB is 222 - color contains mainly: blue. Hex color #89BEDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89BEDE is #764121. Grayscale: #B1B1B1. Windows color (decimal): -7749922 or 14597769. OLE color: 14597769.

HSL color Cylindrical-coordinate representation of color #89BEDE: hue angle of 202.59º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #89BEDE is Cyan = 0.38, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB137190222-
CMYK0.380.1400.13
HSL202.59º56.29%70.39%-
HSV(B)202.59º38.29%87.06%-
XYZ41.9147.4276.05-
YUV177.8152.9498.9-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 24.95%
GREEN value IS 190 (74.61% from 255) = 34.61%
BLUE value IS 222 (87.11% from 255) = 40.44%
R=24.95%
G=34.61%
B=40.44%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1371902220.380.1400.13202.5956.2970.39
Hex89BEDE26E0Dcb3846
Octal211276336461601531370106
Binary100010011011111011011110100110111001101110010111110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89BEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,190,222); }

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

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

 a { background-color: rgb(137,190,222); }

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

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

 span { border-color: rgb(137,190,222); }

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