#7BB6D9

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

Shades of Seagull #7BB6D9

Tints of Seagull #7BB6D9

Color information

#7BB6D9 (or 0x7BB6D9) is unknown color: approx Seagull. HEX triplet: 7B, B6 and D9. RGB value is (123,182,217). Sum of RGB (Red+Green+Blue) = 123+182+217=522 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.56% from 522); Green value is 182 (71.48% from 255 or 34.87% from 522); Blue value is 217 (85.16% from 255 or 41.57% from 522); Max value from RGB is 217 - color contains mainly: blue. Hex color #7BB6D9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BB6D9 is #844926. Grayscale: #A8A8A8. Windows color (decimal): -8669479 or 14268027. OLE color: 14268027.

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

Color convert

RGB123182217-
CMYK0.430.1600.15
HSL202.34º55.29%66.67%-
HSV(B)202.34º43.32%85.1%-
XYZ37.4242.6871.91-
YUV168.35155.4595.65-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 23.56%
GREEN value IS 182 (71.48% from 255) = 34.87%
BLUE value IS 217 (85.16% from 255) = 41.57%
R=23.56%
G=34.87%
B=41.57%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1231822170.430.1600.15202.3455.2966.67
Hex7BB6D92B100Fca3743
Octal173266331532001731267103
Binary111101110110110110110011010111000001111110010101101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BB6D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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