Html Css Color HEX #89BCDC Cornflower

📋 copy color: '#89BCDC'

red 137 ◦ green 188 ◦ blue 220

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

Shades of Cornflower #89BCDC

Tints of Cornflower #89BCDC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 34.5%

 BLUE value IS 220 (86.33% from 255) = 40.37%

R = 25.14%
G = 34.5%
B = 40.37%

CMYK

 C value IS 0.38

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#89BCDC (or 0x89BCDC) is known color: Cornflower. HEX triplet: 89, BC and DC. RGB value is (137,188,220). Sum of RGB (Red+Green+Blue) = 137+188+220=545 (72% of max value = 765). Red value is 137 (53.91% from 255 or 25.14% from 545); Green value is 188 (73.83% from 255 or 34.50% from 545); Blue value is 220 (86.33% from 255 or 40.37% from 545); Max value from RGB is 220 - color contains mainly: blue. Hex color #89BCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89BCDC is #764323. Grayscale: #B0B0B0. Windows color (decimal): -7750436 or 14466185. OLE color: 14466185.

HSL color Cylindrical-coordinate representation of color #89BCDC: hue angle of 203.13º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #89BCDC is Cyan = 0.38, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 137 188 220 -
CMYK 0.38 0.15 0 0.14
HSL 203.13º 0.54% 0.7% -
HSV(B) 203.13º 0.38% 0.86% -
XYZ 41.22 46.45 74.5 -
YUV 176.4 152.6 99.9 -
System Red Green Blue C M Y K H S L
Decimal 137 188 220 0.38 0.15 0 0.14 203.13 0.54 0.7
Hex 89 BC DC 26 F 0 E CB 36 46
Octal 211 274 334 46 17 0 16 313 66 106
Binary 10001001 10111100 11011100 100110 1111 0 1110 11001011 110110 1000110

Color Harmonies of #89BCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89BCDC

Black with #89BCDC

Text Example


Text Example

White with #89BCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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