Html Css Color HEX #89BECF Seagull

📋 copy color: '#89BECF'

red 137 ◦ green 190 ◦ blue 207

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

Shades of Seagull #89BECF

Tints of Seagull #89BECF

RGB

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

 GREEN value IS 190 (74.61% from 255) = 35.58%

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

R = 25.66%
G = 35.58%
B = 38.76%

CMYK

 C value IS 0.34

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#89BECF (or 0x89BECF) is known color: Seagull. HEX triplet: 89, BE and CF. RGB value is (137,190,207). Sum of RGB (Red+Green+Blue) = 137+190+207=534 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.66% from 534); Green value is 190 (74.61% from 255 or 35.58% from 534); Blue value is 207 (81.25% from 255 or 38.76% from 534); Max value from RGB is 207 - color contains mainly: blue. Hex color #89BECF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89BECF is #764130. Grayscale: #AFAFAF. Windows color (decimal): -7749937 or 13614729. OLE color: 13614729.

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

Color convert

RGB 137 190 207 -
CMYK 0.34 0.08 0 0.19
HSL 194.57º 0.42% 0.67% -
HSV(B) 194.57º 0.34% 0.81% -
XYZ 39.99 46.65 65.93 -
YUV 176.09 145.44 100.12 -
System Red Green Blue C M Y K H S L
Decimal 137 190 207 0.34 0.08 0 0.19 194.57 0.42 0.67
Hex 89 BE CF 22 8 0 13 C3 2A 43
Octal 211 276 317 42 10 0 23 303 52 103
Binary 10001001 10111110 11001111 100010 1000 0 10011 11000011 101010 1000011

Color Harmonies of #89BECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89BECF

Black with #89BECF

Text Example


Text Example

White with #89BECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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