#7CB5CE

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

Shades of Seagull #7CB5CE

Tints of Seagull #7CB5CE

Color information

#7CB5CE (or 0x7CB5CE) is unknown color: approx Seagull. HEX triplet: 7C, B5 and CE. RGB value is (124,181,206). Sum of RGB (Red+Green+Blue) = 124+181+206=511 (67% of max value = 765). Red value is 124 (48.83% from 255 or 24.27% from 511); Green value is 181 (71.09% from 255 or 35.42% from 511); Blue value is 206 (80.86% from 255 or 40.31% from 511); Max value from RGB is 206 - color contains mainly: blue. Hex color #7CB5CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CB5CE is #834A31. Grayscale: #A6A6A6. Windows color (decimal): -8604210 or 13546876. OLE color: 13546876.

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

Color convert

RGB124181206-
CMYK0.400.1200.19
HSL198.29º45.56%64.71%-
HSV(B)198.29º39.81%80.78%-
XYZ35.9841.7964.56-
YUV166.81150.1297.47-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 24.27%
GREEN value IS 181 (71.09% from 255) = 35.42%
BLUE value IS 206 (80.86% from 255) = 40.31%
R=24.27%
G=35.42%
B=40.31%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1241812060.400.1200.19198.2945.5664.71
Hex7CB5CE28C013c62e41
Octal174265316501402330656101
Binary111110010110101110011101010001100010011110001101011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB5CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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