#7CB5CD

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

Shades of Seagull #7CB5CD

Tints of Seagull #7CB5CD

Color information

#7CB5CD (or 0x7CB5CD) is unknown color: approx Seagull. HEX triplet: 7C, B5 and CD. RGB value is (124,181,205). Sum of RGB (Red+Green+Blue) = 124+181+205=510 (67% of max value = 765). Red value is 124 (48.83% from 255 or 24.31% from 510); Green value is 181 (71.09% from 255 or 35.49% from 510); Blue value is 205 (80.47% from 255 or 40.20% from 510); Max value from RGB is 205 - color contains mainly: blue. Hex color #7CB5CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CB5CD is #834A32. Grayscale: #A6A6A6. Windows color (decimal): -8604211 or 13481340. OLE color: 13481340.

HSL color Cylindrical-coordinate representation of color #7CB5CD: hue angle of 197.78º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7CB5CD is Cyan = 0.40, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB124181205-
CMYK0.400.1200.20
HSL197.78º44.75%64.51%-
HSV(B)197.78º39.51%80.39%-
XYZ35.8641.7463.92-
YUV166.69149.6297.55-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 24.31%
GREEN value IS 181 (71.09% from 255) = 35.49%
BLUE value IS 205 (80.47% from 255) = 40.20%
R=24.31%
G=35.49%
B=40.20%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1241812050.400.1200.20197.7844.7564.51
Hex7CB5CD28C014c62d41
Octal174265315501402430655101
Binary111110010110101110011011010001100010100110001101011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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