Html Css Color HEX #89BACD Seagull

📋 copy color: '#89BACD'

red 137 ◦ green 186 ◦ blue 205

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

Shades of Seagull #89BACD

Tints of Seagull #89BACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.83%

R = 25.95%
G = 35.23%
B = 38.83%

CMYK

 C value IS 0.33

 M value IS 0.09

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#89BACD (or 0x89BACD) is known color: Seagull. HEX triplet: 89, BA and CD. RGB value is (137,186,205). Sum of RGB (Red+Green+Blue) = 137+186+205=528 (69% of max value = 765). Red value is 137 (53.91% from 255 or 25.95% from 528); Green value is 186 (73.05% from 255 or 35.23% from 528); Blue value is 205 (80.47% from 255 or 38.83% from 528); Max value from RGB is 205 - color contains mainly: blue. Hex color #89BACD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89BACD is #764532. Grayscale: #ADADAD. Windows color (decimal): -7750963 or 13482633. OLE color: 13482633.

HSL color Cylindrical-coordinate representation of color #89BACD: hue angle of 196.76º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #89BACD is Cyan = 0.33, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 137 186 205 -
CMYK 0.33 0.09 0 0.20
HSL 196.76º 0.4% 0.67% -
HSV(B) 196.76º 0.33% 0.8% -
XYZ 38.89 44.84 64.36 -
YUV 173.52 145.77 101.96 -
System Red Green Blue C M Y K H S L
Decimal 137 186 205 0.33 0.09 0 0.20 196.76 0.4 0.67
Hex 89 BA CD 21 9 0 14 C5 28 43
Octal 211 272 315 41 11 0 24 305 50 103
Binary 10001001 10111010 11001101 100001 1001 0 10100 11000101 101000 1000011

Color Harmonies of #89BACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89BACD

Black with #89BACD

Text Example


Text Example

White with #89BACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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