Html Css Color HEX #89BADA Seagull

📋 copy color: '#89BADA'

red 137 ◦ green 186 ◦ blue 218

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

Shades of Seagull #89BADA

Tints of Seagull #89BADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.3%

R = 25.32%
G = 34.38%
B = 40.3%

CMYK

 C value IS 0.37

 M value IS 0.15

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#89BADA (or 0x89BADA) is known color: Seagull. HEX triplet: 89, BA and DA. RGB value is (137,186,218). Sum of RGB (Red+Green+Blue) = 137+186+218=541 (71% of max value = 765). Red value is 137 (53.91% from 255 or 25.32% from 541); Green value is 186 (73.05% from 255 or 34.38% from 541); Blue value is 218 (85.55% from 255 or 40.30% from 541); Max value from RGB is 218 - color contains mainly: blue. Hex color #89BADA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89BADA is #764525. Grayscale: #AEAEAE. Windows color (decimal): -7750950 or 14334601. OLE color: 14334601.

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

Color convert

RGB 137 186 218 -
CMYK 0.37 0.15 0 0.15
HSL 203.7º 0.52% 0.7% -
HSV(B) 203.7º 0.37% 0.85% -
XYZ 40.53 45.5 72.98 -
YUV 175 152.27 100.9 -
System Red Green Blue C M Y K H S L
Decimal 137 186 218 0.37 0.15 0 0.15 203.7 0.52 0.7
Hex 89 BA DA 25 F 0 F CC 34 46
Octal 211 272 332 45 17 0 17 314 64 106
Binary 10001001 10111010 11011010 100101 1111 0 1111 11001100 110100 1000110

Color Harmonies of #89BADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89BADA

Black with #89BADA

Text Example


Text Example

White with #89BADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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