#7BB7DA

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

Shades of Seagull #7BB7DA

Tints of Seagull #7BB7DA

Color information

#7BB7DA (or 0x7BB7DA) is unknown color: approx Seagull. HEX triplet: 7B, B7 and DA. RGB value is (123,183,218). Sum of RGB (Red+Green+Blue) = 123+183+218=524 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.47% from 524); Green value is 183 (71.88% from 255 or 34.92% from 524); Blue value is 218 (85.55% from 255 or 41.60% from 524); Max value from RGB is 218 - color contains mainly: blue. Hex color #7BB7DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BB7DA is #844825. Grayscale: #A8A8A8. Windows color (decimal): -8669222 or 14333819. OLE color: 14333819.

HSL color Cylindrical-coordinate representation of color #7BB7DA: hue angle of 202.11º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7BB7DA is Cyan = 0.44, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB123183218-
CMYK0.440.1600.15
HSL202.11º56.21%66.86%-
HSV(B)202.11º43.58%85.49%-
XYZ37.7643.1472.67-
YUV169.05155.6295.15-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 23.47%
GREEN value IS 183 (71.88% from 255) = 34.92%
BLUE value IS 218 (85.55% from 255) = 41.60%
R=23.47%
G=34.92%
B=41.60%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1231832180.440.1600.15202.1156.2166.86
Hex7BB7DA2C100Fca3843
Octal173267332542001731270103
Binary111101110110111110110101011001000001111110010101110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BB7DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,183,218); }

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

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

 a { background-color: rgb(123,183,218); }

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

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

 span { border-color: rgb(123,183,218); }

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