Html Css Color HEX #89BDCD Seagull

📋 copy color: '#89BDCD'

red 137 ◦ green 189 ◦ blue 205

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

Shades of Seagull #89BDCD

Tints of Seagull #89BDCD

RGB

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

 GREEN value IS 189 (74.22% from 255) = 35.59%

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

R = 25.8%
G = 35.59%
B = 38.61%

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

#89BDCD (or 0x89BDCD) is known color: Seagull. HEX triplet: 89, BD and CD. RGB value is (137,189,205). Sum of RGB (Red+Green+Blue) = 137+189+205=531 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.80% from 531); Green value is 189 (74.22% from 255 or 35.59% from 531); Blue value is 205 (80.47% from 255 or 38.61% from 531); Max value from RGB is 205 - color contains mainly: blue. Hex color #89BDCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89BDCD is #764232. Grayscale: #AFAFAF. Windows color (decimal): -7750195 or 13483401. OLE color: 13483401.

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

Color convert

RGB 137 189 205 -
CMYK 0.33 0.08 0 0.20
HSL 194.12º 0.4% 0.67% -
HSV(B) 194.12º 0.33% 0.8% -
XYZ 39.53 46.12 64.58 -
YUV 175.28 144.77 100.7 -
System Red Green Blue C M Y K H S L
Decimal 137 189 205 0.33 0.08 0 0.20 194.12 0.4 0.67
Hex 89 BD CD 21 8 0 14 C2 28 43
Octal 211 275 315 41 10 0 24 302 50 103
Binary 10001001 10111101 11001101 100001 1000 0 10100 11000010 101000 1000011

Color Harmonies of #89BDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89BDCD

Black with #89BDCD

Text Example


Text Example

White with #89BDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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