Html Css Color HEX #89BDC9 Seagull

📋 copy color: '#89BDC9'

red 137 ◦ green 189 ◦ blue 201

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

Shades of Seagull #89BDC9

Tints of Seagull #89BDC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 38.14%

R = 26%
G = 35.86%
B = 38.14%

CMYK

 C value IS 0.32

 M value IS 0.06

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#89BDC9 (or 0x89BDC9) is known color: Seagull. HEX triplet: 89, BD and C9. RGB value is (137,189,201). Sum of RGB (Red+Green+Blue) = 137+189+201=527 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.00% from 527); Green value is 189 (74.22% from 255 or 35.86% from 527); Blue value is 201 (78.91% from 255 or 38.14% from 527); Max value from RGB is 201 - color contains mainly: blue. Hex color #89BDC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89BDC9 is #764236. Grayscale: #AEAEAE. Windows color (decimal): -7750199 or 13221257. OLE color: 13221257.

HSL color Cylindrical-coordinate representation of color #89BDC9: hue angle of 191.25º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #89BDC9 is Cyan = 0.32, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 137 189 201 -
CMYK 0.32 0.06 0 0.21
HSL 191.25º 0.37% 0.66% -
HSV(B) 191.25º 0.32% 0.79% -
XYZ 39.06 45.93 62.07 -
YUV 174.82 142.77 101.02 -
System Red Green Blue C M Y K H S L
Decimal 137 189 201 0.32 0.06 0 0.21 191.25 0.37 0.66
Hex 89 BD C9 20 6 0 15 BF 25 42
Octal 211 275 311 40 6 0 25 277 45 102
Binary 10001001 10111101 11001001 100000 110 0 10101 10111111 100101 1000010

Color Harmonies of #89BDC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89BDC9

Black with #89BDC9

Text Example


Text Example

White with #89BDC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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