Html Css Color HEX #89BCDD Cornflower

📋 copy color: '#89BCDD'

red 137 ◦ green 188 ◦ blue 221

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

Shades of Cornflower #89BCDD

Tints of Cornflower #89BCDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.48%

R = 25.09%
G = 34.43%
B = 40.48%

CMYK

 C value IS 0.38

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#89BCDD (or 0x89BCDD) is known color: Cornflower. HEX triplet: 89, BC and DD. RGB value is (137,188,221). Sum of RGB (Red+Green+Blue) = 137+188+221=546 (72% of max value = 765). Red value is 137 (53.91% from 255 or 25.09% from 546); Green value is 188 (73.83% from 255 or 34.43% from 546); Blue value is 221 (86.72% from 255 or 40.48% from 546); Max value from RGB is 221 - color contains mainly: blue. Hex color #89BCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89BCDD is #764322. Grayscale: #B0B0B0. Windows color (decimal): -7750435 or 14531721. OLE color: 14531721.

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

Color convert

RGB 137 188 221 -
CMYK 0.38 0.15 0 0.13
HSL 203.57º 0.55% 0.7% -
HSV(B) 203.57º 0.38% 0.87% -
XYZ 41.35 46.51 75.2 -
YUV 176.51 153.1 99.82 -
System Red Green Blue C M Y K H S L
Decimal 137 188 221 0.38 0.15 0 0.13 203.57 0.55 0.7
Hex 89 BC DD 26 F 0 D CC 37 46
Octal 211 274 335 46 17 0 15 314 67 106
Binary 10001001 10111100 11011101 100110 1111 0 1101 11001100 110111 1000110

Color Harmonies of #89BCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89BCDD

Black with #89BCDD

Text Example


Text Example

White with #89BCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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