#7CBEDE

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

Shades of Seagull #7CBEDE

Tints of Seagull #7CBEDE

Color information

#7CBEDE (or 0x7CBEDE) is unknown color: approx Seagull. HEX triplet: 7C, BE and DE. RGB value is (124,190,222). Sum of RGB (Red+Green+Blue) = 124+190+222=536 (70% of max value = 765). Red value is 124 (48.83% from 255 or 23.13% from 536); Green value is 190 (74.61% from 255 or 35.45% from 536); Blue value is 222 (87.11% from 255 or 41.42% from 536); Max value from RGB is 222 - color contains mainly: blue. Hex color #7CBEDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CBEDE is #834121. Grayscale: #ADADAD. Windows color (decimal): -8601890 or 14597756. OLE color: 14597756.

HSL color Cylindrical-coordinate representation of color #7CBEDE: hue angle of 199.59º degrees, saturation: 0.6, 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 #7CBEDE is Cyan = 0.44, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB124190222-
CMYK0.440.1400.13
HSL199.59º59.76%67.84%-
HSV(B)199.59º44.14%87.06%-
XYZ39.9146.3975.96-
YUV173.91155.1392.4-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 23.13%
GREEN value IS 190 (74.61% from 255) = 35.45%
BLUE value IS 222 (87.11% from 255) = 41.42%
R=23.13%
G=35.45%
B=41.42%

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
Decimal1241902220.440.1400.13199.5959.7667.84
Hex7CBEDE2CE0Dc83c44
Octal174276336541601531074104
Binary11111001011111011011110101100111001101110010001111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CBEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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