#7DAFCF

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

Shades of Seagull #7DAFCF

Tints of Seagull #7DAFCF

Color information

#7DAFCF (or 0x7DAFCF) is unknown color: approx Seagull. HEX triplet: 7D, AF and CF. RGB value is (125,175,207). Sum of RGB (Red+Green+Blue) = 125+175+207=507 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.65% from 507); Green value is 175 (68.75% from 255 or 34.52% from 507); Blue value is 207 (81.25% from 255 or 40.83% from 507); Max value from RGB is 207 - color contains mainly: blue. Hex color #7DAFCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DAFCF is #825030. Grayscale: #A3A3A3. Windows color (decimal): -8540209 or 13610877. OLE color: 13610877.

HSL color Cylindrical-coordinate representation of color #7DAFCF: hue angle of 203.41º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7DAFCF is Cyan = 0.40, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB125175207-
CMYK0.400.1500.19
HSL203.41º46.07%65.1%-
HSV(B)203.41º39.61%81.18%-
XYZ35.0539.5264.81-
YUV163.7152.44100.4-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.65%
GREEN value IS 175 (68.75% from 255) = 34.52%
BLUE value IS 207 (81.25% from 255) = 40.83%
R=24.65%
G=34.52%
B=40.83%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1251752070.400.1500.19203.4146.0765.1
Hex7DAFCF28F013cb2e41
Octal175257317501702331356101
Binary111110110101111110011111010001111010011110010111011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DAFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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