Html Css Color HEX #89BAEA Cornflower

📋 copy color: '#89BAEA'

red 137 ◦ green 186 ◦ blue 234

#89BAEA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cornflower #89BAEA

Tints of Cornflower #89BAEA

RGB

 RED value IS 137 (53.91% from 255) = 24.6%

 GREEN value IS 186 (73.05% from 255) = 33.39%

 BLUE value IS 234 (91.8% from 255) = 42.01%

R = 24.6%
G = 33.39%
B = 42.01%

CMYK

 C value IS 0.41

 M value IS 0.21

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#89BAEA (or 0x89BAEA) is known color: Cornflower. HEX triplet: 89, BA and EA. RGB value is (137,186,234). Sum of RGB (Red+Green+Blue) = 137+186+234=557 (73% of max value = 765). Red value is 137 (53.91% from 255 or 24.60% from 557); Green value is 186 (73.05% from 255 or 33.39% from 557); Blue value is 234 (91.80% from 255 or 42.01% from 557); Max value from RGB is 234 - color contains mainly: blue. Hex color #89BAEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #89BAEA is #764515. Grayscale: #B0B0B0. Windows color (decimal): -7750934 or 15383177. OLE color: 15383177.

HSL color Cylindrical-coordinate representation of color #89BAEA: hue angle of 209.69º 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 #89BAEA is Cyan = 0.41, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 137 186 234 -
CMYK 0.41 0.21 0 0.08
HSL 209.69º 0.7% 0.73% -
HSV(B) 209.69º 0.41% 0.92% -
XYZ 42.73 46.38 84.54 -
YUV 176.82 160.27 99.6 -
System Red Green Blue C M Y K H S L
Decimal 137 186 234 0.41 0.21 0 0.08 209.69 0.7 0.73
Hex 89 BA EA 29 15 0 8 D2 46 49
Octal 211 272 352 51 25 0 10 322 106 111
Binary 10001001 10111010 11101010 101001 10101 0 1000 11010010 1000110 1001001

Color Harmonies of #89BAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89BAEA

Black with #89BAEA

Text Example


Text Example

White with #89BAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #89BAEA;
 }
 .AnyTagClassName
 {
   color: #89BAEA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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