Html Css Color HEX #89BCDA Seagull

📋 copy color: '#89BCDA'

red 137 ◦ green 188 ◦ blue 218

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

Shades of Seagull #89BCDA

Tints of Seagull #89BCDA

RGB

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

 GREEN value IS 188 (73.83% from 255) = 34.62%

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

R = 25.23%
G = 34.62%
B = 40.15%

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

#89BCDA (or 0x89BCDA) is known color: Seagull. HEX triplet: 89, BC and DA. RGB value is (137,188,218). Sum of RGB (Red+Green+Blue) = 137+188+218=543 (71% of max value = 765). Red value is 137 (53.91% from 255 or 25.23% from 543); Green value is 188 (73.83% from 255 or 34.62% from 543); Blue value is 218 (85.55% from 255 or 40.15% from 543); Max value from RGB is 218 - color contains mainly: blue. Hex color #89BCDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89BCDA is #764325. Grayscale: #AFAFAF. Windows color (decimal): -7750438 or 14335113. OLE color: 14335113.

HSL color Cylindrical-coordinate representation of color #89BCDA: hue angle of 202.22º 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 #89BCDA is Cyan = 0.37, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 137 188 218 -
CMYK 0.37 0.14 0 0.15
HSL 202.22º 0.52% 0.7% -
HSV(B) 202.22º 0.37% 0.85% -
XYZ 40.95 46.35 73.12 -
YUV 176.17 151.6 100.06 -
System Red Green Blue C M Y K H S L
Decimal 137 188 218 0.37 0.14 0 0.15 202.22 0.52 0.7
Hex 89 BC DA 25 E 0 F CA 34 46
Octal 211 274 332 45 16 0 17 312 64 106
Binary 10001001 10111100 11011010 100101 1110 0 1111 11001010 110100 1000110

Color Harmonies of #89BCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89BCDA

Black with #89BCDA

Text Example


Text Example

White with #89BCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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