#7EB3CC

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

Shades of Seagull #7EB3CC

Tints of Seagull #7EB3CC

Color information

#7EB3CC (or 0x7EB3CC) is unknown color: approx Seagull. HEX triplet: 7E, B3 and CC. RGB value is (126,179,204). Sum of RGB (Red+Green+Blue) = 126+179+204=509 (67% of max value = 765). Red value is 126 (49.61% from 255 or 24.75% from 509); Green value is 179 (70.31% from 255 or 35.17% from 509); Blue value is 204 (80.08% from 255 or 40.08% from 509); Max value from RGB is 204 - color contains mainly: blue. Hex color #7EB3CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EB3CC is #814C33. Grayscale: #A5A5A5. Windows color (decimal): -8473652 or 13415294. OLE color: 13415294.

HSL color Cylindrical-coordinate representation of color #7EB3CC: hue angle of 199.23º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7EB3CC is Cyan = 0.38, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB126179204-
CMYK0.380.1200.2
HSL199.23º43.33%64.71%-
HSV(B)199.23º38.24%80%-
XYZ35.6241.0463.17-
YUV166149.4499.47-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 24.75%
GREEN value IS 179 (70.31% from 255) = 35.17%
BLUE value IS 204 (80.08% from 255) = 40.08%
R=24.75%
G=35.17%
B=40.08%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1261792040.380.1200.2199.2343.3364.71
Hex7EB3CC26C014c72b41
Octal176263314461402430753101
Binary111111010110011110011001001101100010100110001111010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EB3CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,179,204); }

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

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

 a { background-color: rgb(126,179,204); }

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

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

 span { border-color: rgb(126,179,204); }

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