#7EBFCD

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

Shades of Seagull #7EBFCD

Tints of Seagull #7EBFCD

Color information

#7EBFCD (or 0x7EBFCD) is unknown color: approx Seagull. HEX triplet: 7E, BF and CD. RGB value is (126,191,205). Sum of RGB (Red+Green+Blue) = 126+191+205=522 (69% of max value = 765). Red value is 126 (49.61% from 255 or 24.14% from 522); Green value is 191 (75% from 255 or 36.59% from 522); Blue value is 205 (80.47% from 255 or 39.27% from 522); Max value from RGB is 205 - color contains mainly: blue. Hex color #7EBFCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EBFCD is #814032. Grayscale: #ADADAD. Windows color (decimal): -8470579 or 13483902. OLE color: 13483902.

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

Color convert

RGB126191205-
CMYK0.390.0700.20
HSL190.63º44.13%64.9%-
HSV(B)190.63º38.54%80.39%-
XYZ38.2546.1164.64-
YUV173.16145.9794.36-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 24.14%
GREEN value IS 191 (75% from 255) = 36.59%
BLUE value IS 205 (80.47% from 255) = 39.27%
R=24.14%
G=36.59%
B=39.27%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1261912050.390.0700.20190.6344.1364.9
Hex7EBFCD277014bf2c41
Octal17627731547702427754101
Binary11111101011111111001101100111111010100101111111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EBFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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