Html Css Color HEX #89B4CB Seagull

📋 copy color: '#89B4CB'

red 137 ◦ green 180 ◦ blue 203

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

Shades of Seagull #89B4CB

Tints of Seagull #89B4CB

RGB

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

 GREEN value IS 180 (70.7% from 255) = 34.62%

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

R = 26.35%
G = 34.62%
B = 39.04%

CMYK

 C value IS 0.33

 M value IS 0.11

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#89B4CB (or 0x89B4CB) is known color: Seagull. HEX triplet: 89, B4 and CB. RGB value is (137,180,203). Sum of RGB (Red+Green+Blue) = 137+180+203=520 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.35% from 520); Green value is 180 (70.70% from 255 or 34.62% from 520); Blue value is 203 (79.69% from 255 or 39.04% from 520); Max value from RGB is 203 - color contains mainly: blue. Hex color #89B4CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89B4CB is #764B34. Grayscale: #A9A9A9. Windows color (decimal): -7752501 or 13350025. OLE color: 13350025.

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

Color convert

RGB 137 180 203 -
CMYK 0.33 0.11 0 0.20
HSL 200.91º 0.39% 0.67% -
HSV(B) 200.91º 0.33% 0.8% -
XYZ 37.42 42.27 62.69 -
YUV 169.77 146.75 104.63 -
System Red Green Blue C M Y K H S L
Decimal 137 180 203 0.33 0.11 0 0.20 200.91 0.39 0.67
Hex 89 B4 CB 21 B 0 14 C9 27 43
Octal 211 264 313 41 13 0 24 311 47 103
Binary 10001001 10110100 11001011 100001 1011 0 10100 11001001 100111 1000011

Color Harmonies of #89B4CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89B4CB

Black with #89B4CB

Text Example


Text Example

White with #89B4CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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