#7CB4CE

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

Shades of Seagull #7CB4CE

Tints of Seagull #7CB4CE

Color information

#7CB4CE (or 0x7CB4CE) is unknown color: approx Seagull. HEX triplet: 7C, B4 and CE. RGB value is (124,180,206). Sum of RGB (Red+Green+Blue) = 124+180+206=510 (67% of max value = 765). Red value is 124 (48.83% from 255 or 24.31% from 510); Green value is 180 (70.70% from 255 or 35.29% from 510); Blue value is 206 (80.86% from 255 or 40.39% from 510); Max value from RGB is 206 - color contains mainly: blue. Hex color #7CB4CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CB4CE is #834B31. Grayscale: #A6A6A6. Windows color (decimal): -8604466 or 13546620. OLE color: 13546620.

HSL color Cylindrical-coordinate representation of color #7CB4CE: hue angle of 199.02º 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 #7CB4CE is Cyan = 0.40, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB124180206-
CMYK0.400.1300.19
HSL199.02º45.56%64.71%-
HSV(B)199.02º39.81%80.78%-
XYZ35.7741.3864.49-
YUV166.22150.4597.89-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 24.31%
GREEN value IS 180 (70.70% from 255) = 35.29%
BLUE value IS 206 (80.86% from 255) = 40.39%
R=24.31%
G=35.29%
B=40.39%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1241802060.400.1300.19199.0245.5664.71
Hex7CB4CE28D013c72e41
Octal174264316501502330756101
Binary111110010110100110011101010001101010011110001111011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB4CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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