#7CABCB

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

Shades of Seagull #7CABCB

Tints of Seagull #7CABCB

Color information

#7CABCB (or 0x7CABCB) is unknown color: approx Seagull. HEX triplet: 7C, AB and CB. RGB value is (124,171,203). Sum of RGB (Red+Green+Blue) = 124+171+203=498 (65% of max value = 765). Red value is 124 (48.83% from 255 or 24.90% from 498); Green value is 171 (67.19% from 255 or 34.34% from 498); Blue value is 203 (79.69% from 255 or 40.76% from 498); Max value from RGB is 203 - color contains mainly: blue. Hex color #7CABCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CABCB is #835434. Grayscale: #A0A0A0. Windows color (decimal): -8606773 or 13347708. OLE color: 13347708.

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

Color convert

RGB124171203-
CMYK0.390.1600.20
HSL204.3º43.17%64.12%-
HSV(B)204.3º38.92%79.61%-
XYZ33.6537.7262.01-
YUV160.6151.93101.9-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 24.90%
GREEN value IS 171 (67.19% from 255) = 34.34%
BLUE value IS 203 (79.69% from 255) = 40.76%
R=24.90%
G=34.34%
B=40.76%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1241712030.390.1600.20204.343.1764.12
Hex7CABCB2710014cc2b40
Octal174253313472002431453100
Binary1111100101010111100101110011110000010100110011001010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CABCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,171,203); }

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

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

 a { background-color: rgb(124,171,203); }

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

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

 span { border-color: rgb(124,171,203); }

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