Html Css Color HEX #89BACF Seagull

📋 copy color: '#89BACF'

red 137 ◦ green 186 ◦ blue 207

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

Shades of Seagull #89BACF

Tints of Seagull #89BACF

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.09%

 BLUE value IS 207 (81.25% from 255) = 39.06%

R = 25.85%
G = 35.09%
B = 39.06%

CMYK

 C value IS 0.34

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#89BACF (or 0x89BACF) is known color: Seagull. HEX triplet: 89, BA and CF. RGB value is (137,186,207). Sum of RGB (Red+Green+Blue) = 137+186+207=530 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.85% from 530); Green value is 186 (73.05% from 255 or 35.09% from 530); Blue value is 207 (81.25% from 255 or 39.06% from 530); Max value from RGB is 207 - color contains mainly: blue. Hex color #89BACF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89BACF is #764530. Grayscale: #ADADAD. Windows color (decimal): -7750961 or 13613705. OLE color: 13613705.

HSL color Cylindrical-coordinate representation of color #89BACF: hue angle of 198º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #89BACF is Cyan = 0.34, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 137 186 207 -
CMYK 0.34 0.10 0 0.19
HSL 198º 0.42% 0.67% -
HSV(B) 198º 0.34% 0.81% -
XYZ 39.14 44.94 65.64 -
YUV 173.74 146.77 101.79 -
System Red Green Blue C M Y K H S L
Decimal 137 186 207 0.34 0.10 0 0.19 198 0.42 0.67
Hex 89 BA CF 22 A 0 13 C6 2A 43
Octal 211 272 317 42 12 0 23 306 52 103
Binary 10001001 10111010 11001111 100010 1010 0 10011 11000110 101010 1000011

Color Harmonies of #89BACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89BACF

Black with #89BACF

Text Example


Text Example

White with #89BACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,186,207); }

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

background-color css

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

 a { background-color: rgb(137,186,207); }

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

border-color css

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

 span { border-color: rgb(137,186,207); }

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