#7DBCDE

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

Shades of Seagull #7DBCDE

Tints of Seagull #7DBCDE

Color information

#7DBCDE (or 0x7DBCDE) is unknown color: approx Seagull. HEX triplet: 7D, BC and DE. RGB value is (125,188,222). Sum of RGB (Red+Green+Blue) = 125+188+222=535 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.36% from 535); Green value is 188 (73.83% from 255 or 35.14% from 535); Blue value is 222 (87.11% from 255 or 41.50% from 535); Max value from RGB is 222 - color contains mainly: blue. Hex color #7DBCDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBCDE is #824321. Grayscale: #ACACAC. Windows color (decimal): -8536866 or 14597245. OLE color: 14597245.

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

Color convert

RGB125188222-
CMYK0.440.1500.13
HSL201.03º59.51%68.04%-
HSV(B)201.03º43.69%87.06%-
XYZ39.6345.675.82-
YUV173.04155.6393.74-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.36%
GREEN value IS 188 (73.83% from 255) = 35.14%
BLUE value IS 222 (87.11% from 255) = 41.50%
R=23.36%
G=35.14%
B=41.50%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1251882220.440.1500.13201.0359.5168.04
Hex7DBCDE2CF0Dc93c44
Octal175274336541701531174104
Binary11111011011110011011110101100111101101110010011111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DBCDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,188,222); }

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

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

 a { background-color: rgb(125,188,222); }

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

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

 span { border-color: rgb(125,188,222); }

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