#7CBADE

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

Shades of Seagull #7CBADE

Tints of Seagull #7CBADE

Color information

#7CBADE (or 0x7CBADE) is unknown color: approx Seagull. HEX triplet: 7C, BA and DE. RGB value is (124,186,222). Sum of RGB (Red+Green+Blue) = 124+186+222=532 (70% of max value = 765). Red value is 124 (48.83% from 255 or 23.31% from 532); Green value is 186 (73.05% from 255 or 34.96% from 532); Blue value is 222 (87.11% from 255 or 41.73% from 532); Max value from RGB is 222 - color contains mainly: blue. Hex color #7CBADE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CBADE is #834521. Grayscale: #ABABAB. Windows color (decimal): -8602914 or 14596732. OLE color: 14596732.

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

Color convert

RGB124186222-
CMYK0.440.1600.13
HSL202.04º59.76%67.84%-
HSV(B)202.04º44.14%87.06%-
XYZ39.0644.6875.67-
YUV171.57156.4694.07-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 23.31%
GREEN value IS 186 (73.05% from 255) = 34.96%
BLUE value IS 222 (87.11% from 255) = 41.73%
R=23.31%
G=34.96%
B=41.73%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1241862220.440.1600.13202.0459.7667.84
Hex7CBADE2C100Dca3c44
Octal174272336542001531274104
Binary111110010111010110111101011001000001101110010101111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CBADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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