Html Css Color HEX #89BCCC Seagull

📋 copy color: '#89BCCC'

red 137 ◦ green 188 ◦ blue 204

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

Shades of Seagull #89BCCC

Tints of Seagull #89BCCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.56%

R = 25.9%
G = 35.54%
B = 38.56%

CMYK

 C value IS 0.33

 M value IS 0.08

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#89BCCC (or 0x89BCCC) is known color: Seagull. HEX triplet: 89, BC and CC. RGB value is (137,188,204). Sum of RGB (Red+Green+Blue) = 137+188+204=529 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.90% from 529); Green value is 188 (73.83% from 255 or 35.54% from 529); Blue value is 204 (80.08% from 255 or 38.56% from 529); Max value from RGB is 204 - color contains mainly: blue. Hex color #89BCCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89BCCC is #764333. Grayscale: #AEAEAE. Windows color (decimal): -7750452 or 13417609. OLE color: 13417609.

HSL color Cylindrical-coordinate representation of color #89BCCC: hue angle of 194.33º 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 #89BCCC is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 137 188 204 -
CMYK 0.33 0.08 0 0.2
HSL 194.33º 0.4% 0.67% -
HSV(B) 194.33º 0.33% 0.8% -
XYZ 39.2 45.64 63.87 -
YUV 174.58 144.6 101.2 -
System Red Green Blue C M Y K H S L
Decimal 137 188 204 0.33 0.08 0 0.2 194.33 0.4 0.67
Hex 89 BC CC 21 8 0 14 C2 28 43
Octal 211 274 314 41 10 0 24 302 50 103
Binary 10001001 10111100 11001100 100001 1000 0 10100 11000010 101000 1000011

Color Harmonies of #89BCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89BCCC

Black with #89BCCC

Text Example


Text Example

White with #89BCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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