#7DAFCA

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

Shades of Seagull #7DAFCA

Tints of Seagull #7DAFCA

Color information

#7DAFCA (or 0x7DAFCA) is unknown color: approx Seagull. HEX triplet: 7D, AF and CA. RGB value is (125,175,202). Sum of RGB (Red+Green+Blue) = 125+175+202=502 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.90% from 502); Green value is 175 (68.75% from 255 or 34.86% from 502); Blue value is 202 (79.30% from 255 or 40.24% from 502); Max value from RGB is 202 - color contains mainly: blue. Hex color #7DAFCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DAFCA is #825035. Grayscale: #A2A2A2. Windows color (decimal): -8540214 or 13283197. OLE color: 13283197.

HSL color Cylindrical-coordinate representation of color #7DAFCA: hue angle of 201.04º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7DAFCA is Cyan = 0.38, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB125175202-
CMYK0.380.1300.21
HSL201.04º42.08%64.12%-
HSV(B)201.04º38.12%79.22%-
XYZ34.4539.2861.64-
YUV163.13149.94100.8-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.90%
GREEN value IS 175 (68.75% from 255) = 34.86%
BLUE value IS 202 (79.30% from 255) = 40.24%
R=24.90%
G=34.86%
B=40.24%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1251752020.380.1300.21201.0442.0864.12
Hex7DAFCA26D015c92a40
Octal175257312461502531152100
Binary111110110101111110010101001101101010101110010011010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DAFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,175,202); }

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

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

 a { background-color: rgb(125,175,202); }

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

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

 span { border-color: rgb(125,175,202); }

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