Html Css Color HEX #89C1CD Seagull

📋 copy color: '#89C1CD'

red 137 ◦ green 193 ◦ blue 205

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

Shades of Seagull #89C1CD

Tints of Seagull #89C1CD

RGB

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

 GREEN value IS 193 (75.78% from 255) = 36.07%

 BLUE value IS 205 (80.47% from 255) = 38.32%

R = 25.61%
G = 36.07%
B = 38.32%

CMYK

 C value IS 0.33

 M value IS 0.06

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#89C1CD (or 0x89C1CD) is known color: Seagull. HEX triplet: 89, C1 and CD. RGB value is (137,193,205). Sum of RGB (Red+Green+Blue) = 137+193+205=535 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.61% from 535); Green value is 193 (75.78% from 255 or 36.07% from 535); Blue value is 205 (80.47% from 255 or 38.32% from 535); Max value from RGB is 205 - color contains mainly: blue. Hex color #89C1CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89C1CD is #763E32. Grayscale: #B1B1B1. Windows color (decimal): -7749171 or 13484425. OLE color: 13484425.

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

Color convert

RGB 137 193 205 -
CMYK 0.33 0.06 0 0.20
HSL 190.59º 0.4% 0.67% -
HSV(B) 190.59º 0.33% 0.8% -
XYZ 40.41 47.87 64.87 -
YUV 177.62 143.45 99.02 -
System Red Green Blue C M Y K H S L
Decimal 137 193 205 0.33 0.06 0 0.20 190.59 0.4 0.67
Hex 89 C1 CD 21 6 0 14 BF 28 43
Octal 211 301 315 41 6 0 24 277 50 103
Binary 10001001 11000001 11001101 100001 110 0 10100 10111111 101000 1000011

Color Harmonies of #89C1CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89C1CD

Black with #89C1CD

Text Example


Text Example

White with #89C1CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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