#7DAFCD

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

Shades of Seagull #7DAFCD

Tints of Seagull #7DAFCD

Color information

#7DAFCD (or 0x7DAFCD) is unknown color: approx Seagull. HEX triplet: 7D, AF and CD. RGB value is (125,175,205). Sum of RGB (Red+Green+Blue) = 125+175+205=505 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.75% from 505); Green value is 175 (68.75% from 255 or 34.65% from 505); Blue value is 205 (80.47% from 255 or 40.59% from 505); Max value from RGB is 205 - color contains mainly: blue. Hex color #7DAFCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DAFCD is #825032. Grayscale: #A3A3A3. Windows color (decimal): -8540211 or 13479805. OLE color: 13479805.

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

Color convert

RGB125175205-
CMYK0.390.1500.20
HSL202.5º44.44%64.71%-
HSV(B)202.5º39.02%80.39%-
XYZ34.8139.4363.53-
YUV163.47151.44100.56-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.75%
GREEN value IS 175 (68.75% from 255) = 34.65%
BLUE value IS 205 (80.47% from 255) = 40.59%
R=24.75%
G=34.65%
B=40.59%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1251752050.390.1500.20202.544.4464.71
Hex7DAFCD27F014ca2c41
Octal175257315471702431254101
Binary111110110101111110011011001111111010100110010101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DAFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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