#89BCDD

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

Shades of Cornflower #89BCDD

Tints of Cornflower #89BCDD

Color information

#89BCDD (or 0x89BCDD) is unknown color: approx Cornflower. HEX triplet: 89, BC and DD. RGB value is (137,188,221). Sum of RGB (Red+Green+Blue) = 137+188+221=546 (72% of max value = 765). Red value is 137 (53.91% from 255 or 25.09% from 546); Green value is 188 (73.83% from 255 or 34.43% from 546); Blue value is 221 (86.72% from 255 or 40.48% from 546); Max value from RGB is 221 - color contains mainly: blue. Hex color #89BCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89BCDD is #764322. Grayscale: #B0B0B0. Windows color (decimal): -7750435 or 14531721. OLE color: 14531721.

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

Color convert

RGB137188221-
CMYK0.380.1500.13
HSL203.57º55.26%70.2%-
HSV(B)203.57º38.01%86.67%-
XYZ41.3546.5175.2-
YUV176.51153.199.82-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.09%
GREEN value IS 188 (73.83% from 255) = 34.43%
BLUE value IS 221 (86.72% from 255) = 40.48%
R=25.09%
G=34.43%
B=40.48%

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
Decimal1371882210.380.1500.13203.5755.2670.2
Hex89BCDD26F0Dcc3746
Octal211274335461701531467106
Binary100010011011110011011101100110111101101110011001101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89BCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,188,221); }

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

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

 a { background-color: rgb(137,188,221); }

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

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

 span { border-color: rgb(137,188,221); }

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