#7DAFCB

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

Shades of Seagull #7DAFCB

Tints of Seagull #7DAFCB

Color information

#7DAFCB (or 0x7DAFCB) is unknown color: approx Seagull. HEX triplet: 7D, AF and CB. RGB value is (125,175,203). Sum of RGB (Red+Green+Blue) = 125+175+203=503 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.85% from 503); Green value is 175 (68.75% from 255 or 34.79% from 503); Blue value is 203 (79.69% from 255 or 40.36% from 503); Max value from RGB is 203 - color contains mainly: blue. Hex color #7DAFCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DAFCB is #825034. Grayscale: #A3A3A3. Windows color (decimal): -8540213 or 13348733. OLE color: 13348733.

HSL color Cylindrical-coordinate representation of color #7DAFCB: hue angle of 201.54º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7DAFCB is Cyan = 0.38, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB125175203-
CMYK0.380.1400.20
HSL201.54º42.86%64.31%-
HSV(B)201.54º38.42%79.61%-
XYZ34.5739.3362.27-
YUV163.24150.44100.72-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.85%
GREEN value IS 175 (68.75% from 255) = 34.79%
BLUE value IS 203 (79.69% from 255) = 40.36%
R=24.85%
G=34.79%
B=40.36%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1251752030.380.1400.20201.5442.8664.31
Hex7DAFCB26E014ca2b40
Octal175257313461602431253100
Binary111110110101111110010111001101110010100110010101010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DAFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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