#7BB3CA

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

Shades of Seagull #7BB3CA

Tints of Seagull #7BB3CA

Color information

#7BB3CA (or 0x7BB3CA) is unknown color: approx Seagull. HEX triplet: 7B, B3 and CA. RGB value is (123,179,202). Sum of RGB (Red+Green+Blue) = 123+179+202=504 (66% of max value = 765). Red value is 123 (48.44% from 255 or 24.40% from 504); Green value is 179 (70.31% from 255 or 35.52% from 504); Blue value is 202 (79.30% from 255 or 40.08% from 504); Max value from RGB is 202 - color contains mainly: blue. Hex color #7BB3CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BB3CA is #844C35. Grayscale: #A4A4A4. Windows color (decimal): -8670262 or 13284219. OLE color: 13284219.

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

Color convert

RGB123179202-
CMYK0.390.1100.21
HSL197.47º42.7%63.73%-
HSV(B)197.47º39.11%79.22%-
XYZ34.9540.7261.89-
YUV164.88148.9598.13-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 24.40%
GREEN value IS 179 (70.31% from 255) = 35.52%
BLUE value IS 202 (79.30% from 255) = 40.08%
R=24.40%
G=35.52%
B=40.08%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1231792020.390.1100.21197.4742.763.73
Hex7BB3CA27B015c52b40
Octal173263312471302530553100
Binary111101110110011110010101001111011010101110001011010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BB3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,179,202); }

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

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

 a { background-color: rgb(123,179,202); }

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

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

 span { border-color: rgb(123,179,202); }

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