Html Css Color HEX #89BAD9 Seagull

📋 copy color: '#89BAD9'

red 137 ◦ green 186 ◦ blue 217

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

Shades of Seagull #89BAD9

Tints of Seagull #89BAD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 40.19%

R = 25.37%
G = 34.44%
B = 40.19%

CMYK

 C value IS 0.37

 M value IS 0.14

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#89BAD9 (or 0x89BAD9) is known color: Seagull. HEX triplet: 89, BA and D9. RGB value is (137,186,217). Sum of RGB (Red+Green+Blue) = 137+186+217=540 (71% of max value = 765). Red value is 137 (53.91% from 255 or 25.37% from 540); Green value is 186 (73.05% from 255 or 34.44% from 540); Blue value is 217 (85.16% from 255 or 40.19% from 540); Max value from RGB is 217 - color contains mainly: blue. Hex color #89BAD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89BAD9 is #764526. Grayscale: #AEAEAE. Windows color (decimal): -7750951 or 14269065. OLE color: 14269065.

HSL color Cylindrical-coordinate representation of color #89BAD9: hue angle of 203.25º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #89BAD9 is Cyan = 0.37, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 137 186 217 -
CMYK 0.37 0.14 0 0.15
HSL 203.25º 0.51% 0.69% -
HSV(B) 203.25º 0.37% 0.85% -
XYZ 40.4 45.45 72.29 -
YUV 174.88 151.77 100.98 -
System Red Green Blue C M Y K H S L
Decimal 137 186 217 0.37 0.14 0 0.15 203.25 0.51 0.69
Hex 89 BA D9 25 E 0 F CB 33 45
Octal 211 272 331 45 16 0 17 313 63 105
Binary 10001001 10111010 11011001 100101 1110 0 1111 11001011 110011 1000101

Color Harmonies of #89BAD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89BAD9

Black with #89BAD9

Text Example


Text Example

White with #89BAD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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