#89C2EE

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

Shades of Cornflower #89C2EE

Tints of Cornflower #89C2EE

Color information

#89C2EE (or 0x89C2EE) is unknown color: approx Cornflower. HEX triplet: 89, C2 and EE. RGB value is (137,194,238). Sum of RGB (Red+Green+Blue) = 137+194+238=569 (75% of max value = 765). Red value is 137 (53.91% from 255 or 24.08% from 569); Green value is 194 (76.17% from 255 or 34.09% from 569); Blue value is 238 (93.36% from 255 or 41.83% from 569); Max value from RGB is 238 - color contains mainly: blue. Hex color #89C2EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #89C2EE is #763D11. Grayscale: #B5B5B5. Windows color (decimal): -7748882 or 15647369. OLE color: 15647369.

HSL color Cylindrical-coordinate representation of color #89C2EE: hue angle of 206.14º degrees, saturation: 0.75, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #89C2EE is Cyan = 0.42, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB137194238-
CMYK0.420.1800.07
HSL206.14º74.81%73.53%-
HSV(B)206.14º42.44%93.33%-
XYZ45.0450.0788.18-
YUV181.97159.6295.92-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 24.08%
GREEN value IS 194 (76.17% from 255) = 34.09%
BLUE value IS 238 (93.36% from 255) = 41.83%
R=24.08%
G=34.09%
B=41.83%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1371942380.420.1800.07206.1474.8173.53
Hex89C2EE2A1207ce4b4a
Octal211302356522207316113112
Binary1000100111000010111011101010101001001111100111010010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89C2EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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