Html Css Color HEX #89B6D2 Seagull

📋 copy color: '#89B6D2'

red 137 ◦ green 182 ◦ blue 210

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

Shades of Seagull #89B6D2

Tints of Seagull #89B6D2

RGB

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

 GREEN value IS 182 (71.48% from 255) = 34.4%

 BLUE value IS 210 (82.42% from 255) = 39.7%

R = 25.9%
G = 34.4%
B = 39.7%

CMYK

 C value IS 0.35

 M value IS 0.13

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#89B6D2 (or 0x89B6D2) is known color: Seagull. HEX triplet: 89, B6 and D2. RGB value is (137,182,210). Sum of RGB (Red+Green+Blue) = 137+182+210=529 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.90% from 529); Green value is 182 (71.48% from 255 or 34.40% from 529); Blue value is 210 (82.42% from 255 or 39.70% from 529); Max value from RGB is 210 - color contains mainly: blue. Hex color #89B6D2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89B6D2 is #76492D. Grayscale: #ABABAB. Windows color (decimal): -7751982 or 13809289. OLE color: 13809289.

HSL color Cylindrical-coordinate representation of color #89B6D2: hue angle of 203.01º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #89B6D2 is Cyan = 0.35, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 137 182 210 -
CMYK 0.35 0.13 0 0.18
HSL 203.01º 0.45% 0.68% -
HSV(B) 203.01º 0.35% 0.82% -
XYZ 38.68 43.43 67.32 -
YUV 171.74 149.59 103.22 -
System Red Green Blue C M Y K H S L
Decimal 137 182 210 0.35 0.13 0 0.18 203.01 0.45 0.68
Hex 89 B6 D2 23 D 0 12 CB 2D 44
Octal 211 266 322 43 15 0 22 313 55 104
Binary 10001001 10110110 11010010 100011 1101 0 10010 11001011 101101 1000100

Color Harmonies of #89B6D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89B6D2

Black with #89B6D2

Text Example


Text Example

White with #89B6D2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,182,210); }

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

background-color css

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

 a { background-color: rgb(137,182,210); }

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

border-color css

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

 span { border-color: rgb(137,182,210); }

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