#7EBFDD

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

Shades of Seagull #7EBFDD

Tints of Seagull #7EBFDD

Color information

#7EBFDD (or 0x7EBFDD) is unknown color: approx Seagull. HEX triplet: 7E, BF and DD. RGB value is (126,191,221). Sum of RGB (Red+Green+Blue) = 126+191+221=538 (71% of max value = 765). Red value is 126 (49.61% from 255 or 23.42% from 538); Green value is 191 (75% from 255 or 35.50% from 538); Blue value is 221 (86.72% from 255 or 41.08% from 538); Max value from RGB is 221 - color contains mainly: blue. Hex color #7EBFDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EBFDD is #814022. Grayscale: #AEAEAE. Windows color (decimal): -8470563 or 14532478. OLE color: 14532478.

HSL color Cylindrical-coordinate representation of color #7EBFDD: hue angle of 198.95º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7EBFDD is Cyan = 0.43, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB126191221-
CMYK0.430.1400.13
HSL198.95º58.28%68.04%-
HSV(B)198.95º42.99%86.67%-
XYZ40.2946.9275.34-
YUV174.98153.9793.06-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 23.42%
GREEN value IS 191 (75% from 255) = 35.50%
BLUE value IS 221 (86.72% from 255) = 41.08%
R=23.42%
G=35.50%
B=41.08%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1261912210.430.1400.13198.9558.2868.04
Hex7EBFDD2BE0Dc73a44
Octal176277335531601530772104
Binary11111101011111111011101101011111001101110001111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EBFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,191,221); }

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

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

 a { background-color: rgb(126,191,221); }

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

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

 span { border-color: rgb(126,191,221); }

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