Html Css Color HEX #89BBCC Seagull

📋 copy color: '#89BBCC'

red 137 ◦ green 187 ◦ blue 204

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

Shades of Seagull #89BBCC

Tints of Seagull #89BBCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.64%

R = 25.95%
G = 35.42%
B = 38.64%

CMYK

 C value IS 0.33

 M value IS 0.08

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#89BBCC (or 0x89BBCC) is known color: Seagull. HEX triplet: 89, BB and CC. RGB value is (137,187,204). Sum of RGB (Red+Green+Blue) = 137+187+204=528 (69% of max value = 765). Red value is 137 (53.91% from 255 or 25.95% from 528); Green value is 187 (73.44% from 255 or 35.42% from 528); Blue value is 204 (80.08% from 255 or 38.64% from 528); Max value from RGB is 204 - color contains mainly: blue. Hex color #89BBCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89BBCC is #764433. Grayscale: #ADADAD. Windows color (decimal): -7750708 or 13417353. OLE color: 13417353.

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

Color convert

RGB 137 187 204 -
CMYK 0.33 0.08 0 0.2
HSL 195.22º 0.4% 0.67% -
HSV(B) 195.22º 0.33% 0.8% -
XYZ 38.99 45.22 63.8 -
YUV 173.99 144.94 101.62 -
System Red Green Blue C M Y K H S L
Decimal 137 187 204 0.33 0.08 0 0.2 195.22 0.4 0.67
Hex 89 BB CC 21 8 0 14 C3 28 43
Octal 211 273 314 41 10 0 24 303 50 103
Binary 10001001 10111011 11001100 100001 1000 0 10100 11000011 101000 1000011

Color Harmonies of #89BBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89BBCC

Black with #89BBCC

Text Example


Text Example

White with #89BBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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