Html Css Color HEX #89BBCB Seagull

📋 copy color: '#89BBCB'

red 137 ◦ green 187 ◦ blue 203

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

Shades of Seagull #89BBCB

Tints of Seagull #89BBCB

RGB

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

 GREEN value IS 187 (73.44% from 255) = 35.48%

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

R = 26%
G = 35.48%
B = 38.52%

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

#89BBCB (or 0x89BBCB) is known color: Seagull. HEX triplet: 89, BB and CB. RGB value is (137,187,203). Sum of RGB (Red+Green+Blue) = 137+187+203=527 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.00% from 527); Green value is 187 (73.44% from 255 or 35.48% from 527); Blue value is 203 (79.69% from 255 or 38.52% from 527); Max value from RGB is 203 - color contains mainly: blue. Hex color #89BBCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89BBCB is #764434. Grayscale: #ADADAD. Windows color (decimal): -7750709 or 13351817. OLE color: 13351817.

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

Color convert

RGB 137 187 203 -
CMYK 0.33 0.08 0 0.20
HSL 194.55º 0.39% 0.67% -
HSV(B) 194.55º 0.33% 0.8% -
XYZ 38.87 45.17 63.17 -
YUV 173.87 144.44 101.7 -
System Red Green Blue C M Y K H S L
Decimal 137 187 203 0.33 0.08 0 0.20 194.55 0.39 0.67
Hex 89 BB CB 21 8 0 14 C3 27 43
Octal 211 273 313 41 10 0 24 303 47 103
Binary 10001001 10111011 11001011 100001 1000 0 10100 11000011 100111 1000011

Color Harmonies of #89BBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89BBCB

Black with #89BBCB

Text Example


Text Example

White with #89BBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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