Html Css Color HEX #89C1CE Seagull

📋 copy color: '#89C1CE'

red 137 ◦ green 193 ◦ blue 206

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

Shades of Seagull #89C1CE

Tints of Seagull #89C1CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.43%

R = 25.56%
G = 36.01%
B = 38.43%

CMYK

 C value IS 0.33

 M value IS 0.06

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#89C1CE (or 0x89C1CE) is known color: Seagull. HEX triplet: 89, C1 and CE. RGB value is (137,193,206). Sum of RGB (Red+Green+Blue) = 137+193+206=536 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.56% from 536); Green value is 193 (75.78% from 255 or 36.01% from 536); Blue value is 206 (80.86% from 255 or 38.43% from 536); Max value from RGB is 206 - color contains mainly: blue. Hex color #89C1CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89C1CE is #763E31. Grayscale: #B1B1B1. Windows color (decimal): -7749170 or 13549961. OLE color: 13549961.

HSL color Cylindrical-coordinate representation of color #89C1CE: hue angle of 191.3º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #89C1CE is Cyan = 0.33, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 137 193 206 -
CMYK 0.33 0.06 0 0.19
HSL 191.3º 0.41% 0.67% -
HSV(B) 191.3º 0.33% 0.81% -
XYZ 40.53 47.91 65.5 -
YUV 177.74 143.95 98.94 -
System Red Green Blue C M Y K H S L
Decimal 137 193 206 0.33 0.06 0 0.19 191.3 0.41 0.67
Hex 89 C1 CE 21 6 0 13 BF 29 43
Octal 211 301 316 41 6 0 23 277 51 103
Binary 10001001 11000001 11001110 100001 110 0 10011 10111111 101001 1000011

Color Harmonies of #89C1CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89C1CE

Black with #89C1CE

Text Example


Text Example

White with #89C1CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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