#7DAFD3

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

Shades of Seagull #7DAFD3

Tints of Seagull #7DAFD3

Color information

#7DAFD3 (or 0x7DAFD3) is unknown color: approx Seagull. HEX triplet: 7D, AF and D3. RGB value is (125,175,211). Sum of RGB (Red+Green+Blue) = 125+175+211=511 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.46% from 511); Green value is 175 (68.75% from 255 or 34.25% from 511); Blue value is 211 (82.81% from 255 or 41.29% from 511); Max value from RGB is 211 - color contains mainly: blue. Hex color #7DAFD3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DAFD3 is #82502C. Grayscale: #A3A3A3. Windows color (decimal): -8540205 or 13873021. OLE color: 13873021.

HSL color Cylindrical-coordinate representation of color #7DAFD3: hue angle of 205.12º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7DAFD3 is Cyan = 0.41, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB125175211-
CMYK0.410.1700.17
HSL205.12º49.43%65.88%-
HSV(B)205.12º40.76%82.75%-
XYZ35.5539.7267.42-
YUV164.15154.44100.07-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.46%
GREEN value IS 175 (68.75% from 255) = 34.25%
BLUE value IS 211 (82.81% from 255) = 41.29%
R=24.46%
G=34.25%
B=41.29%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1251752110.410.1700.17205.1249.4365.88
Hex7DAFD32911011cd3142
Octal175257323512102131561102
Binary1111101101011111101001110100110001010001110011011100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DAFD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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