#7cb5d1

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

Shades of Seagull #7CB5D1

Tints of Seagull #7CB5D1

Color information

#7CB5D1 (or 0x7CB5D1) is unknown color: approx Seagull. HEX triplet: 7C, B5 and D1. RGB value is (124,181,209). Sum of RGB (Red+Green+Blue) = 124+181+209=514 (68% of max value = 765). Red value is 124 (48.83% from 255 or 24.12% from 514); Green value is 181 (71.09% from 255 or 35.21% from 514); Blue value is 209 (82.03% from 255 or 40.66% from 514); Max value from RGB is 209 - color contains mainly: blue. Hex color #7CB5D1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CB5D1 is #834A2E. Grayscale: #A6A6A6. Windows color (decimal): -8604207 or 13743484. OLE color: 13743484.

HSL color Cylindrical-coordinate representation of color #7CB5D1: hue angle of 199.76º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7CB5D1 is Cyan = 0.41, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB124181209-
CMYK0.410.1300.18
HSL199.76º48.02%65.29%-
HSV(B)199.76º40.67%81.96%-
XYZ36.3441.9466.5-
YUV167.15151.6297.22-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 24.12%
GREEN value IS 181 (71.09% from 255) = 35.21%
BLUE value IS 209 (82.03% from 255) = 40.66%
R=24.12%
G=35.21%
B=40.66%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1241812090.410.1300.18199.7648.0265.29
Hex7CB5D129D012c83041
Octal174265321511502231060101
Binary111110010110101110100011010011101010010110010001100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7cb5d1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,181,209); }

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

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

 a { background-color: rgb(124,181,209); }

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

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

 span { border-color: rgb(124,181,209); }

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