#7CB5CB

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

Shades of Seagull #7CB5CB

Tints of Seagull #7CB5CB

Color information

#7CB5CB (or 0x7CB5CB) is unknown color: approx Seagull. HEX triplet: 7C, B5 and CB. RGB value is (124,181,203). Sum of RGB (Red+Green+Blue) = 124+181+203=508 (67% of max value = 765). Red value is 124 (48.83% from 255 or 24.41% from 508); Green value is 181 (71.09% from 255 or 35.63% from 508); Blue value is 203 (79.69% from 255 or 39.96% from 508); Max value from RGB is 203 - color contains mainly: blue. Hex color #7CB5CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CB5CB is #834A34. Grayscale: #A6A6A6. Windows color (decimal): -8604213 or 13350268. OLE color: 13350268.

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

Color convert

RGB124181203-
CMYK0.390.1100.20
HSL196.71º43.17%64.12%-
HSV(B)196.71º38.92%79.61%-
XYZ35.6241.6462.66-
YUV166.46148.6297.71-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 24.41%
GREEN value IS 181 (71.09% from 255) = 35.63%
BLUE value IS 203 (79.69% from 255) = 39.96%
R=24.41%
G=35.63%
B=39.96%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1241812030.390.1100.20196.7143.1764.12
Hex7CB5CB27B014c52b40
Octal174265313471302430553100
Binary111110010110101110010111001111011010100110001011010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB5CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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