#89BDCD

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

Shades of Seagull #89BDCD

Tints of Seagull #89BDCD

Color information

#89BDCD (or 0x89BDCD) is unknown color: approx Seagull. HEX triplet: 89, BD and CD. RGB value is (137,189,205). Sum of RGB (Red+Green+Blue) = 137+189+205=531 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.80% from 531); Green value is 189 (74.22% from 255 or 35.59% from 531); Blue value is 205 (80.47% from 255 or 38.61% from 531); Max value from RGB is 205 - color contains mainly: blue. Hex color #89BDCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89BDCD is #764232. Grayscale: #AFAFAF. Windows color (decimal): -7750195 or 13483401. OLE color: 13483401.

HSL color Cylindrical-coordinate representation of color #89BDCD: hue angle of 194.12º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #89BDCD is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB137189205-
CMYK0.330.0800.20
HSL194.12º40.48%67.06%-
HSV(B)194.12º33.17%80.39%-
XYZ39.5346.1264.58-
YUV175.28144.77100.7-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.80%
GREEN value IS 189 (74.22% from 255) = 35.59%
BLUE value IS 205 (80.47% from 255) = 38.61%
R=25.80%
G=35.59%
B=38.61%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1371892050.330.0800.20194.1240.4867.06
Hex89BDCD218014c22843
Octal211275315411002430250103
Binary1000100110111101110011011000011000010100110000101010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89BDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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