#89BDDF

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

Shades of Cornflower #89BDDF

Tints of Cornflower #89BDDF

Color information

#89BDDF (or 0x89BDDF) is unknown color: approx Cornflower. HEX triplet: 89, BD and DF. RGB value is (137,189,223). Sum of RGB (Red+Green+Blue) = 137+189+223=549 (72% of max value = 765). Red value is 137 (53.91% from 255 or 24.95% from 549); Green value is 189 (74.22% from 255 or 34.43% from 549); Blue value is 223 (87.5% from 255 or 40.62% from 549); Max value from RGB is 223 - color contains mainly: blue. Hex color #89BDDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89BDDF is #764220. Grayscale: #B1B1B1. Windows color (decimal): -7750177 or 14663049. OLE color: 14663049.

HSL color Cylindrical-coordinate representation of color #89BDDF: hue angle of 203.72º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #89BDDF is Cyan = 0.39, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB137189223-
CMYK0.390.1500.13
HSL203.72º57.33%70.59%-
HSV(B)203.72º38.57%87.45%-
XYZ41.8347.0476.69-
YUV177.33153.7799.24-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 24.95%
GREEN value IS 189 (74.22% from 255) = 34.43%
BLUE value IS 223 (87.5% from 255) = 40.62%
R=24.95%
G=34.43%
B=40.62%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1371892230.390.1500.13203.7257.3370.59
Hex89BDDF27F0Dcc3947
Octal211275337471701531471107
Binary100010011011110111011111100111111101101110011001110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89BDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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