Html Css Color HEX #89BACB Seagull

📋 copy color: '#89BACB'

red 137 ◦ green 186 ◦ blue 203

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

Shades of Seagull #89BACB

Tints of Seagull #89BACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.59%

R = 26.05%
G = 35.36%
B = 38.59%

CMYK

 C value IS 0.33

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#89BACB (or 0x89BACB) is known color: Seagull. HEX triplet: 89, BA and CB. RGB value is (137,186,203). Sum of RGB (Red+Green+Blue) = 137+186+203=526 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.05% from 526); Green value is 186 (73.05% from 255 or 35.36% from 526); Blue value is 203 (79.69% from 255 or 38.59% from 526); Max value from RGB is 203 - color contains mainly: blue. Hex color #89BACB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89BACB is #764534. Grayscale: #ADADAD. Windows color (decimal): -7750965 or 13351561. OLE color: 13351561.

HSL color Cylindrical-coordinate representation of color #89BACB: hue angle of 195.45º degrees, saturation: 0.39, 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 #89BACB is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 137 186 203 -
CMYK 0.33 0.08 0 0.20
HSL 195.45º 0.39% 0.67% -
HSV(B) 195.45º 0.33% 0.8% -
XYZ 38.65 44.75 63.1 -
YUV 173.29 144.77 102.12 -
System Red Green Blue C M Y K H S L
Decimal 137 186 203 0.33 0.08 0 0.20 195.45 0.39 0.67
Hex 89 BA CB 21 8 0 14 C3 27 43
Octal 211 272 313 41 10 0 24 303 47 103
Binary 10001001 10111010 11001011 100001 1000 0 10100 11000011 100111 1000011

Color Harmonies of #89BACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89BACB

Black with #89BACB

Text Example


Text Example

White with #89BACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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