#7cbedd

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

Shades of Seagull #7CBEDD

Tints of Seagull #7CBEDD

Color information

#7CBEDD (or 0x7CBEDD) is unknown color: approx Seagull. HEX triplet: 7C, BE and DD. RGB value is (124,190,221). Sum of RGB (Red+Green+Blue) = 124+190+221=535 (70% of max value = 765). Red value is 124 (48.83% from 255 or 23.18% from 535); Green value is 190 (74.61% from 255 or 35.51% from 535); Blue value is 221 (86.72% from 255 or 41.31% from 535); Max value from RGB is 221 - color contains mainly: blue. Hex color #7CBEDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CBEDD is #834122. Grayscale: #ADADAD. Windows color (decimal): -8601891 or 14532220. OLE color: 14532220.

HSL color Cylindrical-coordinate representation of color #7CBEDD: hue angle of 199.18º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7CBEDD is Cyan = 0.44, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB124190221-
CMYK0.440.1400.13
HSL199.18º58.79%67.65%-
HSV(B)199.18º43.89%86.67%-
XYZ39.7846.3375.25-
YUV173.8154.6392.48-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 23.18%
GREEN value IS 190 (74.61% from 255) = 35.51%
BLUE value IS 221 (86.72% from 255) = 41.31%
R=23.18%
G=35.51%
B=41.31%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1241902210.440.1400.13199.1858.7967.65
Hex7CBEDD2CE0Dc73b44
Octal174276335541601530773104
Binary11111001011111011011101101100111001101110001111110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7cbedd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,190,221); }

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

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

 a { background-color: rgb(124,190,221); }

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

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

 span { border-color: rgb(124,190,221); }

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