Html Css Color HEX #89B5CC Seagull

📋 copy color: '#89B5CC'

red 137 ◦ green 181 ◦ blue 204

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

Shades of Seagull #89B5CC

Tints of Seagull #89B5CC

RGB

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

 GREEN value IS 181 (71.09% from 255) = 34.67%

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

R = 26.25%
G = 34.67%
B = 39.08%

CMYK

 C value IS 0.33

 M value IS 0.11

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#89B5CC (or 0x89B5CC) is known color: Seagull. HEX triplet: 89, B5 and CC. RGB value is (137,181,204). Sum of RGB (Red+Green+Blue) = 137+181+204=522 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.25% from 522); Green value is 181 (71.09% from 255 or 34.67% from 522); Blue value is 204 (80.08% from 255 or 39.08% from 522); Max value from RGB is 204 - color contains mainly: blue. Hex color #89B5CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89B5CC is #764A33. Grayscale: #AAAAAA. Windows color (decimal): -7752244 or 13415817. OLE color: 13415817.

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

Color convert

RGB 137 181 204 -
CMYK 0.33 0.11 0 0.2
HSL 200.6º 0.4% 0.67% -
HSV(B) 200.6º 0.33% 0.8% -
XYZ 37.74 42.73 63.38 -
YUV 170.47 146.92 104.13 -
System Red Green Blue C M Y K H S L
Decimal 137 181 204 0.33 0.11 0 0.2 200.6 0.4 0.67
Hex 89 B5 CC 21 B 0 14 C9 28 43
Octal 211 265 314 41 13 0 24 311 50 103
Binary 10001001 10110101 11001100 100001 1011 0 10100 11001001 101000 1000011

Color Harmonies of #89B5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89B5CC

Black with #89B5CC

Text Example


Text Example

White with #89B5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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