Html Css Color HEX #89BFD7 Seagull

📋 copy color: '#89BFD7'

red 137 ◦ green 191 ◦ blue 215

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

Shades of Seagull #89BFD7

Tints of Seagull #89BFD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 39.59%

R = 25.23%
G = 35.17%
B = 39.59%

CMYK

 C value IS 0.36

 M value IS 0.11

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#89BFD7 (or 0x89BFD7) is known color: Seagull. HEX triplet: 89, BF and D7. RGB value is (137,191,215). Sum of RGB (Red+Green+Blue) = 137+191+215=543 (71% of max value = 765). Red value is 137 (53.91% from 255 or 25.23% from 543); Green value is 191 (75% from 255 or 35.17% from 543); Blue value is 215 (84.38% from 255 or 39.59% from 543); Max value from RGB is 215 - color contains mainly: blue. Hex color #89BFD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89BFD7 is #764028. Grayscale: #B1B1B1. Windows color (decimal): -7749673 or 14139273. OLE color: 14139273.

HSL color Cylindrical-coordinate representation of color #89BFD7: hue angle of 198.46º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #89BFD7 is Cyan = 0.36, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 137 191 215 -
CMYK 0.36 0.11 0 0.16
HSL 198.46º 0.49% 0.69% -
HSV(B) 198.46º 0.36% 0.84% -
XYZ 41.21 47.49 71.28 -
YUV 177.59 149.11 99.05 -
System Red Green Blue C M Y K H S L
Decimal 137 191 215 0.36 0.11 0 0.16 198.46 0.49 0.69
Hex 89 BF D7 24 B 0 10 C6 31 45
Octal 211 277 327 44 13 0 20 306 61 105
Binary 10001001 10111111 11010111 100100 1011 0 10000 11000110 110001 1000101

Color Harmonies of #89BFD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89BFD7

Black with #89BFD7

Text Example


Text Example

White with #89BFD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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