#7BBACB

Color #7BBACB Seagull (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seagull #7BBACB

Tints of Seagull #7BBACB

Color information

#7BBACB (or 0x7BBACB) is unknown color: approx Seagull. HEX triplet: 7B, BA and CB. RGB value is (123,186,203). Sum of RGB (Red+Green+Blue) = 123+186+203=512 (67% of max value = 765). Red value is 123 (48.44% from 255 or 24.02% from 512); Green value is 186 (73.05% from 255 or 36.33% from 512); Blue value is 203 (79.69% from 255 or 39.65% from 512); Max value from RGB is 203 - color contains mainly: blue. Hex color #7BBACB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BBACB is #844534. Grayscale: #A8A8A8. Windows color (decimal): -8668469 or 13351547. OLE color: 13351547.

HSL color Cylindrical-coordinate representation of color #7BBACB: hue angle of 192.75º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7BBACB is Cyan = 0.39, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB123186203-
CMYK0.390.0800.20
HSL192.75º43.48%63.92%-
HSV(B)192.75º39.41%79.61%-
XYZ36.5143.6463-
YUV169.1147.1395.12-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 24.02%
GREEN value IS 186 (73.05% from 255) = 36.33%
BLUE value IS 203 (79.69% from 255) = 39.65%
R=24.02%
G=36.33%
B=39.65%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1231862030.390.0800.20192.7543.4863.92
Hex7BBACB278014c12b40
Octal173272313471002430153100
Binary111101110111010110010111001111000010100110000011010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BBACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7BBACB; }

 p { color: rgb(123,186,203); }

 H1.HeaderClassName
 {
   color: #7BBACB;
 }
 .AnyTagClassName
 {
   color: #7BBACB;
 }
</style>
background-color css

<style>
 a { background-color: #7BBACB; }

 a { background-color: rgb(123,186,203); }

 div.DivClassName
 {
   background-color: #7BBACB;
 }
 .BgClassName
 {
   background-color: #7BBACB;
 }
</style>
border-color css

<style>
 span { border-color: #7BBACB; }

 span { border-color: rgb(123,186,203); }

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