#7BB6DA

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

Shades of Seagull #7BB6DA

Tints of Seagull #7BB6DA

Color information

#7BB6DA (or 0x7BB6DA) is unknown color: approx Seagull. HEX triplet: 7B, B6 and DA. RGB value is (123,182,218). Sum of RGB (Red+Green+Blue) = 123+182+218=523 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.52% from 523); Green value is 182 (71.48% from 255 or 34.80% from 523); Blue value is 218 (85.55% from 255 or 41.68% from 523); Max value from RGB is 218 - color contains mainly: blue. Hex color #7BB6DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BB6DA is #844925. Grayscale: #A8A8A8. Windows color (decimal): -8669478 or 14333563. OLE color: 14333563.

HSL color Cylindrical-coordinate representation of color #7BB6DA: hue angle of 202.74º 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 #7BB6DA is Cyan = 0.44, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB123182218-
CMYK0.440.1700.15
HSL202.74º56.21%66.86%-
HSV(B)202.74º43.58%85.49%-
XYZ37.5542.7372.6-
YUV168.46155.9595.57-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 23.52%
GREEN value IS 182 (71.48% from 255) = 34.80%
BLUE value IS 218 (85.55% from 255) = 41.68%
R=23.52%
G=34.80%
B=41.68%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1231822180.440.1700.15202.7456.2166.86
Hex7BB6DA2C110Fcb3843
Octal173266332542101731370103
Binary111101110110110110110101011001000101111110010111110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BB6DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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