Html Css Color HEX #89C0CB Seagull

📋 copy color: '#89C0CB'

red 137 ◦ green 192 ◦ blue 203

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

Shades of Seagull #89C0CB

Tints of Seagull #89C0CB

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.09%

 BLUE value IS 203 (79.69% from 255) = 38.16%

R = 25.75%
G = 36.09%
B = 38.16%

CMYK

 C value IS 0.33

 M value IS 0.05

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#89C0CB (or 0x89C0CB) is known color: Seagull. HEX triplet: 89, C0 and CB. RGB value is (137,192,203). Sum of RGB (Red+Green+Blue) = 137+192+203=532 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.75% from 532); Green value is 192 (75.39% from 255 or 36.09% from 532); Blue value is 203 (79.69% from 255 or 38.16% from 532); Max value from RGB is 203 - color contains mainly: blue. Hex color #89C0CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89C0CB is #763F34. Grayscale: #B0B0B0. Windows color (decimal): -7749429 or 13353097. OLE color: 13353097.

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

Color convert

RGB 137 192 203 -
CMYK 0.33 0.05 0 0.20
HSL 190º 0.39% 0.67% -
HSV(B) 190º 0.33% 0.8% -
XYZ 39.95 47.33 63.53 -
YUV 176.81 142.78 99.61 -
System Red Green Blue C M Y K H S L
Decimal 137 192 203 0.33 0.05 0 0.20 190 0.39 0.67
Hex 89 C0 CB 21 5 0 14 BE 27 43
Octal 211 300 313 41 5 0 24 276 47 103
Binary 10001001 11000000 11001011 100001 101 0 10100 10111110 100111 1000011

Color Harmonies of #89C0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89C0CB

Black with #89C0CB

Text Example


Text Example

White with #89C0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,192,203); }

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

background-color css

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

 a { background-color: rgb(137,192,203); }

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

border-color css

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

 span { border-color: rgb(137,192,203); }

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