Html Css Color HEX #89BFC9 Seagull

📋 copy color: '#89BFC9'

red 137 ◦ green 191 ◦ blue 201

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

Shades of Seagull #89BFC9

Tints of Seagull #89BFC9

RGB

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

 GREEN value IS 191 (75% from 255) = 36.11%

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

R = 25.9%
G = 36.11%
B = 38%

CMYK

 C value IS 0.32

 M value IS 0.05

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#89BFC9 (or 0x89BFC9) is known color: Seagull. HEX triplet: 89, BF and C9. RGB value is (137,191,201). Sum of RGB (Red+Green+Blue) = 137+191+201=529 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.90% from 529); Green value is 191 (75% from 255 or 36.11% from 529); Blue value is 201 (78.91% from 255 or 38.00% from 529); Max value from RGB is 201 - color contains mainly: blue. Hex color #89BFC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89BFC9 is #764036. Grayscale: #AFAFAF. Windows color (decimal): -7749687 or 13221769. OLE color: 13221769.

HSL color Cylindrical-coordinate representation of color #89BFC9: hue angle of 189.38º 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 #89BFC9 is Cyan = 0.32, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 137 191 201 -
CMYK 0.32 0.05 0 0.21
HSL 189.38º 0.37% 0.66% -
HSV(B) 189.38º 0.32% 0.79% -
XYZ 39.49 46.8 62.21 -
YUV 175.99 142.11 100.19 -
System Red Green Blue C M Y K H S L
Decimal 137 191 201 0.32 0.05 0 0.21 189.38 0.37 0.66
Hex 89 BF C9 20 5 0 15 BD 25 42
Octal 211 277 311 40 5 0 25 275 45 102
Binary 10001001 10111111 11001001 100000 101 0 10101 10111101 100101 1000010

Color Harmonies of #89BFC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89BFC9

Black with #89BFC9

Text Example


Text Example

White with #89BFC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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