#7BB2D7

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

Shades of Seagull #7BB2D7

Tints of Seagull #7BB2D7

Color information

#7BB2D7 (or 0x7BB2D7) is unknown color: approx Seagull. HEX triplet: 7B, B2 and D7. RGB value is (123,178,215). Sum of RGB (Red+Green+Blue) = 123+178+215=516 (68% of max value = 765). Red value is 123 (48.44% from 255 or 23.84% from 516); Green value is 178 (69.92% from 255 or 34.50% from 516); Blue value is 215 (84.38% from 255 or 41.67% from 516); Max value from RGB is 215 - color contains mainly: blue. Hex color #7BB2D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BB2D7 is #844D28. Grayscale: #A5A5A5. Windows color (decimal): -8670505 or 14135931. OLE color: 14135931.

HSL color Cylindrical-coordinate representation of color #7BB2D7: hue angle of 204.13º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7BB2D7 is Cyan = 0.43, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB123178215-
CMYK0.430.1700.16
HSL204.13º53.49%66.27%-
HSV(B)204.13º42.79%84.31%-
XYZ36.3540.9670.28-
YUV165.77155.7897.49-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 23.84%
GREEN value IS 178 (69.92% from 255) = 34.50%
BLUE value IS 215 (84.38% from 255) = 41.67%
R=23.84%
G=34.50%
B=41.67%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1231782150.430.1700.16204.1353.4966.27
Hex7BB2D72B11010cc3542
Octal173262327532102031465102
Binary1111011101100101101011110101110001010000110011001101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BB2D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,178,215); }

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

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

 a { background-color: rgb(123,178,215); }

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

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

 span { border-color: rgb(123,178,215); }

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