Html Css Color HEX #89BDCF Seagull

📋 copy color: '#89BDCF'

red 137 ◦ green 189 ◦ blue 207

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

Shades of Seagull #89BDCF

Tints of Seagull #89BDCF

RGB

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

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

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

R = 25.7%
G = 35.46%
B = 38.84%

CMYK

 C value IS 0.34

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#89BDCF (or 0x89BDCF) is known color: Seagull. HEX triplet: 89, BD and CF. RGB value is (137,189,207). Sum of RGB (Red+Green+Blue) = 137+189+207=533 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.70% from 533); Green value is 189 (74.22% from 255 or 35.46% from 533); Blue value is 207 (81.25% from 255 or 38.84% from 533); Max value from RGB is 207 - color contains mainly: blue. Hex color #89BDCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89BDCF is #764230. Grayscale: #AFAFAF. Windows color (decimal): -7750193 or 13614473. OLE color: 13614473.

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

Color convert

RGB 137 189 207 -
CMYK 0.34 0.09 0 0.19
HSL 195.43º 0.42% 0.67% -
HSV(B) 195.43º 0.34% 0.81% -
XYZ 39.78 46.22 65.86 -
YUV 175.5 145.77 100.54 -
System Red Green Blue C M Y K H S L
Decimal 137 189 207 0.34 0.09 0 0.19 195.43 0.42 0.67
Hex 89 BD CF 22 9 0 13 C3 2A 43
Octal 211 275 317 42 11 0 23 303 52 103
Binary 10001001 10111101 11001111 100010 1001 0 10011 11000011 101010 1000011

Color Harmonies of #89BDCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89BDCF

Black with #89BDCF

Text Example


Text Example

White with #89BDCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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