#7EBDCE

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

Shades of Seagull #7EBDCE

Tints of Seagull #7EBDCE

Color information

#7EBDCE (or 0x7EBDCE) is unknown color: approx Seagull. HEX triplet: 7E, BD and CE. RGB value is (126,189,206). Sum of RGB (Red+Green+Blue) = 126+189+206=521 (69% of max value = 765). Red value is 126 (49.61% from 255 or 24.18% from 521); Green value is 189 (74.22% from 255 or 36.28% from 521); Blue value is 206 (80.86% from 255 or 39.54% from 521); Max value from RGB is 206 - color contains mainly: blue. Hex color #7EBDCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EBDCE is #814231. Grayscale: #ABABAB. Windows color (decimal): -8471090 or 13548926. OLE color: 13548926.

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

Color convert

RGB126189206-
CMYK0.390.0800.19
HSL192.75º44.94%65.1%-
HSV(B)192.75º38.83%80.78%-
XYZ37.9445.2965.13-
YUV172.1147.1395.12-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 24.18%
GREEN value IS 189 (74.22% from 255) = 36.28%
BLUE value IS 206 (80.86% from 255) = 39.54%
R=24.18%
G=36.28%
B=39.54%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1261892060.390.0800.19192.7544.9465.1
Hex7EBDCE278013c12d41
Octal176275316471002330155101
Binary111111010111101110011101001111000010011110000011011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EBDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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