#7EBCCD

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

Shades of Seagull #7EBCCD

Tints of Seagull #7EBCCD

Color information

#7EBCCD (or 0x7EBCCD) is unknown color: approx Seagull. HEX triplet: 7E, BC and CD. RGB value is (126,188,205). Sum of RGB (Red+Green+Blue) = 126+188+205=519 (68% of max value = 765). Red value is 126 (49.61% from 255 or 24.28% from 519); Green value is 188 (73.83% from 255 or 36.22% from 519); Blue value is 205 (80.47% from 255 or 39.50% from 519); Max value from RGB is 205 - color contains mainly: blue. Hex color #7EBCCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EBCCD is #814332. Grayscale: #ABABAB. Windows color (decimal): -8471347 or 13483134. OLE color: 13483134.

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

Color convert

RGB126188205-
CMYK0.390.0800.20
HSL192.91º44.13%64.9%-
HSV(B)192.91º38.54%80.39%-
XYZ37.6144.8164.42-
YUV171.4146.9695.62-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 24.28%
GREEN value IS 188 (73.83% from 255) = 36.22%
BLUE value IS 205 (80.47% from 255) = 39.50%
R=24.28%
G=36.22%
B=39.50%

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
Decimal1261882050.390.0800.20192.9144.1364.9
Hex7EBCCD278014c12c41
Octal176274315471002430154101
Binary111111010111100110011011001111000010100110000011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EBCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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