#89BDDE

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

Shades of Cornflower #89BDDE

Tints of Cornflower #89BDDE

Color information

#89BDDE (or 0x89BDDE) is unknown color: approx Cornflower. HEX triplet: 89, BD and DE. RGB value is (137,189,222). Sum of RGB (Red+Green+Blue) = 137+189+222=548 (72% of max value = 765). Red value is 137 (53.91% from 255 or 25% from 548); Green value is 189 (74.22% from 255 or 34.49% from 548); Blue value is 222 (87.11% from 255 or 40.51% from 548); Max value from RGB is 222 - color contains mainly: blue. Hex color #89BDDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89BDDE is #764221. Grayscale: #B1B1B1. Windows color (decimal): -7750178 or 14597513. OLE color: 14597513.

HSL color Cylindrical-coordinate representation of color #89BDDE: hue angle of 203.29º 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 #89BDDE is Cyan = 0.38, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB137189222-
CMYK0.380.1500.13
HSL203.29º56.29%70.39%-
HSV(B)203.29º38.29%87.06%-
XYZ41.746.9975.98-
YUV177.21153.2799.32-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25%
GREEN value IS 189 (74.22% from 255) = 34.49%
BLUE value IS 222 (87.11% from 255) = 40.51%
R=25%
G=34.49%
B=40.51%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1371892220.380.1500.13203.2956.2970.39
Hex89BDDE26F0Dcb3846
Octal211275336461701531370106
Binary100010011011110111011110100110111101101110010111110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89BDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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