#7EBCCE

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

Shades of Seagull #7EBCCE

Tints of Seagull #7EBCCE

Color information

#7EBCCE (or 0x7EBCCE) is unknown color: approx Seagull. HEX triplet: 7E, BC and CE. RGB value is (126,188,206). Sum of RGB (Red+Green+Blue) = 126+188+206=520 (68% of max value = 765). Red value is 126 (49.61% from 255 or 24.23% from 520); Green value is 188 (73.83% from 255 or 36.15% from 520); Blue value is 206 (80.86% from 255 or 39.62% from 520); Max value from RGB is 206 - color contains mainly: blue. Hex color #7EBCCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EBCCE is #814331. Grayscale: #ABABAB. Windows color (decimal): -8471346 or 13548670. OLE color: 13548670.

HSL color Cylindrical-coordinate representation of color #7EBCCE: hue angle of 193.5º 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 #7EBCCE is Cyan = 0.39, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB126188206-
CMYK0.390.0900.19
HSL193.5º44.94%65.1%-
HSV(B)193.5º38.83%80.78%-
XYZ37.7344.8665.06-
YUV171.51147.4695.54-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 24.23%
GREEN value IS 188 (73.83% from 255) = 36.15%
BLUE value IS 206 (80.86% from 255) = 39.62%
R=24.23%
G=36.15%
B=39.62%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1261882060.390.0900.19193.544.9465.1
Hex7EBCCE279013c22d41
Octal176274316471102330255101
Binary111111010111100110011101001111001010011110000101011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EBCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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