Html Css Color HEX #89BBCF Seagull

📋 copy color: '#89BBCF'

red 137 ◦ green 187 ◦ blue 207

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

Shades of Seagull #89BBCF

Tints of Seagull #89BBCF

RGB

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

 GREEN value IS 187 (73.44% from 255) = 35.22%

 BLUE value IS 207 (81.25% from 255) = 38.98%

R = 25.8%
G = 35.22%
B = 38.98%

CMYK

 C value IS 0.34

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#89BBCF (or 0x89BBCF) is known color: Seagull. HEX triplet: 89, BB and CF. RGB value is (137,187,207). Sum of RGB (Red+Green+Blue) = 137+187+207=531 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.80% from 531); Green value is 187 (73.44% from 255 or 35.22% from 531); Blue value is 207 (81.25% from 255 or 38.98% from 531); Max value from RGB is 207 - color contains mainly: blue. Hex color #89BBCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89BBCF is #764430. Grayscale: #AEAEAE. Windows color (decimal): -7750705 or 13613961. OLE color: 13613961.

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

Color convert

RGB 137 187 207 -
CMYK 0.34 0.10 0 0.19
HSL 197.14º 0.42% 0.67% -
HSV(B) 197.14º 0.34% 0.81% -
XYZ 39.35 45.36 65.71 -
YUV 174.33 146.44 101.37 -
System Red Green Blue C M Y K H S L
Decimal 137 187 207 0.34 0.10 0 0.19 197.14 0.42 0.67
Hex 89 BB CF 22 A 0 13 C5 2A 43
Octal 211 273 317 42 12 0 23 305 52 103
Binary 10001001 10111011 11001111 100010 1010 0 10011 11000101 101010 1000011

Color Harmonies of #89BBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89BBCF

Black with #89BBCF

Text Example


Text Example

White with #89BBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,187,207); }

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

background-color css

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

 a { background-color: rgb(137,187,207); }

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

border-color css

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

 span { border-color: rgb(137,187,207); }

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