#7BB0CA

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

Shades of Seagull #7BB0CA

Tints of Seagull #7BB0CA

Color information

#7BB0CA (or 0x7BB0CA) is unknown color: approx Seagull. HEX triplet: 7B, B0 and CA. RGB value is (123,176,202). Sum of RGB (Red+Green+Blue) = 123+176+202=501 (66% of max value = 765). Red value is 123 (48.44% from 255 or 24.55% from 501); Green value is 176 (69.14% from 255 or 35.13% from 501); Blue value is 202 (79.30% from 255 or 40.32% from 501); Max value from RGB is 202 - color contains mainly: blue. Hex color #7BB0CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BB0CA is #844F35. Grayscale: #A2A2A2. Windows color (decimal): -8671030 or 13283451. OLE color: 13283451.

HSL color Cylindrical-coordinate representation of color #7BB0CA: hue angle of 199.75º 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 #7BB0CA is Cyan = 0.39, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB123176202-
CMYK0.390.1300.21
HSL199.75º42.7%63.73%-
HSV(B)199.75º39.11%79.22%-
XYZ34.3539.5361.7-
YUV163.12149.9499.39-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 24.55%
GREEN value IS 176 (69.14% from 255) = 35.13%
BLUE value IS 202 (79.30% from 255) = 40.32%
R=24.55%
G=35.13%
B=40.32%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1231762020.390.1300.21199.7542.763.73
Hex7BB0CA27D015c82b40
Octal173260312471502531053100
Binary111101110110000110010101001111101010101110010001010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BB0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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