Html Css Color HEX #89BFCE Seagull

📋 copy color: '#89BFCE'

red 137 ◦ green 191 ◦ blue 206

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

Shades of Seagull #89BFCE

Tints of Seagull #89BFCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.58%

R = 25.66%
G = 35.77%
B = 38.58%

CMYK

 C value IS 0.33

 M value IS 0.07

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#89BFCE (or 0x89BFCE) is known color: Seagull. HEX triplet: 89, BF and CE. RGB value is (137,191,206). Sum of RGB (Red+Green+Blue) = 137+191+206=534 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.66% from 534); Green value is 191 (75% from 255 or 35.77% from 534); Blue value is 206 (80.86% from 255 or 38.58% from 534); Max value from RGB is 206 - color contains mainly: blue. Hex color #89BFCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89BFCE is #764031. Grayscale: #B0B0B0. Windows color (decimal): -7749682 or 13549449. OLE color: 13549449.

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

Color convert

RGB 137 191 206 -
CMYK 0.33 0.07 0 0.19
HSL 193.04º 0.41% 0.67% -
HSV(B) 193.04º 0.33% 0.81% -
XYZ 40.09 47.04 65.36 -
YUV 176.56 144.61 99.78 -
System Red Green Blue C M Y K H S L
Decimal 137 191 206 0.33 0.07 0 0.19 193.04 0.41 0.67
Hex 89 BF CE 21 7 0 13 C1 29 43
Octal 211 277 316 41 7 0 23 301 51 103
Binary 10001001 10111111 11001110 100001 111 0 10011 11000001 101001 1000011

Color Harmonies of #89BFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89BFCE

Black with #89BFCE

Text Example


Text Example

White with #89BFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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