#7EBDCD

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

Shades of Seagull #7EBDCD

Tints of Seagull #7EBDCD

Color information

#7EBDCD (or 0x7EBDCD) is unknown color: approx Seagull. HEX triplet: 7E, BD and CD. RGB value is (126,189,205). Sum of RGB (Red+Green+Blue) = 126+189+205=520 (68% of max value = 765). Red value is 126 (49.61% from 255 or 24.23% from 520); Green value is 189 (74.22% from 255 or 36.35% from 520); Blue value is 205 (80.47% from 255 or 39.42% from 520); Max value from RGB is 205 - color contains mainly: blue. Hex color #7EBDCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EBDCD is #814232. Grayscale: #ABABAB. Windows color (decimal): -8471091 or 13483390. OLE color: 13483390.

HSL color Cylindrical-coordinate representation of color #7EBDCD: hue angle of 192.15º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7EBDCD is Cyan = 0.39, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB126189205-
CMYK0.390.0800.20
HSL192.15º44.13%64.9%-
HSV(B)192.15º38.54%80.39%-
XYZ37.8245.2464.5-
YUV171.99146.6395.2-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 24.23%
GREEN value IS 189 (74.22% from 255) = 36.35%
BLUE value IS 205 (80.47% from 255) = 39.42%
R=24.23%
G=36.35%
B=39.42%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1261892050.390.0800.20192.1544.1364.9
Hex7EBDCD278014c02c41
Octal176275315471002430054101
Binary111111010111101110011011001111000010100110000001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EBDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,189,205); }

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

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

 a { background-color: rgb(126,189,205); }

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

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

 span { border-color: rgb(126,189,205); }

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