#89C2EA

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

Shades of Cornflower #89C2EA

Tints of Cornflower #89C2EA

Color information

#89C2EA (or 0x89C2EA) is unknown color: approx Cornflower. HEX triplet: 89, C2 and EA. RGB value is (137,194,234). Sum of RGB (Red+Green+Blue) = 137+194+234=565 (74% of max value = 765). Red value is 137 (53.91% from 255 or 24.25% from 565); Green value is 194 (76.17% from 255 or 34.34% from 565); Blue value is 234 (91.80% from 255 or 41.42% from 565); Max value from RGB is 234 - color contains mainly: blue. Hex color #89C2EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #89C2EA is #763D15. Grayscale: #B5B5B5. Windows color (decimal): -7748886 or 15385225. OLE color: 15385225.

HSL color Cylindrical-coordinate representation of color #89C2EA: hue angle of 204.74º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #89C2EA is Cyan = 0.41, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB137194234-
CMYK0.410.1700.08
HSL204.74º69.78%72.75%-
HSV(B)204.74º41.45%91.76%-
XYZ44.4649.8485.12-
YUV181.52157.6296.25-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 24.25%
GREEN value IS 194 (76.17% from 255) = 34.34%
BLUE value IS 234 (91.80% from 255) = 41.42%
R=24.25%
G=34.34%
B=41.42%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1371942340.410.1700.08204.7469.7872.75
Hex89C2EA291108cd4649
Octal2113023525121010315106111
Binary10001001110000101110101010100110001010001100110110001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89C2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,194,234); }

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

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

 a { background-color: rgb(137,194,234); }

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

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

 span { border-color: rgb(137,194,234); }

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