#89BAD4

Color #89BAD4 Seagull (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seagull #89BAD4

Tints of Seagull #89BAD4

Color information

#89BAD4 (or 0x89BAD4) is unknown color: approx Seagull. HEX triplet: 89, BA and D4. RGB value is (137,186,212). Sum of RGB (Red+Green+Blue) = 137+186+212=535 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.61% from 535); Green value is 186 (73.05% from 255 or 34.77% from 535); Blue value is 212 (83.20% from 255 or 39.63% from 535); Max value from RGB is 212 - color contains mainly: blue. Hex color #89BAD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89BAD4 is #76452B. Grayscale: #AEAEAE. Windows color (decimal): -7750956 or 13941385. OLE color: 13941385.

HSL color Cylindrical-coordinate representation of color #89BAD4: hue angle of 200.8º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #89BAD4 is Cyan = 0.35, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB137186212-
CMYK0.350.1200.17
HSL200.8º46.58%68.43%-
HSV(B)200.8º35.38%83.14%-
XYZ39.7645.1968.91-
YUV174.31149.27101.39-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.61%
GREEN value IS 186 (73.05% from 255) = 34.77%
BLUE value IS 212 (83.20% from 255) = 39.63%
R=25.61%
G=34.77%
B=39.63%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1371862120.350.1200.17200.846.5868.43
Hex89BAD423C011c92f44
Octal211272324431402131157104
Binary1000100110111010110101001000111100010001110010011011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89BAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #89BAD4;
 }
 .AnyTagClassName
 {
   color: #89BAD4;
 }
</style>
background-color css

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

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

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

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

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

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