Html Css Color HEX #7DAECF Seagull

📋 copy color: '#7DAECF'

red 125 ◦ green 174 ◦ blue 207

#7DAECF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Seagull #7DAECF

Tints of Seagull #7DAECF

RGB

 RED value IS 125 (49.22% from 255) = 24.7%

 GREEN value IS 174 (68.36% from 255) = 34.39%

 BLUE value IS 207 (81.25% from 255) = 40.91%

R = 24.7%
G = 34.39%
B = 40.91%

CMYK

 C value IS 0.40

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7DAECF (or 0x7DAECF) is known color: Seagull. HEX triplet: 7D, AE and CF. RGB value is (125,174,207). Sum of RGB (Red+Green+Blue) = 125+174+207=506 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.70% from 506); Green value is 174 (68.36% from 255 or 34.39% from 506); Blue value is 207 (81.25% from 255 or 40.91% from 506); Max value from RGB is 207 - color contains mainly: blue. Hex color #7DAECF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DAECF is #825130. Grayscale: #A2A2A2. Windows color (decimal): -8540465 or 13610621. OLE color: 13610621.

HSL color Cylindrical-coordinate representation of color #7DAECF: hue angle of 204.15º 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 #7DAECF is Cyan = 0.40, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 125 174 207 -
CMYK 0.40 0.16 0 0.19
HSL 204.15º 0.46% 0.65% -
HSV(B) 204.15º 0.4% 0.81% -
XYZ 34.86 39.14 64.75 -
YUV 163.11 152.77 100.82 -
System Red Green Blue C M Y K H S L
Decimal 125 174 207 0.40 0.16 0 0.19 204.15 0.46 0.65
Hex 7D AE CF 28 10 0 13 CC 2E 41
Octal 175 256 317 50 20 0 23 314 56 101
Binary 1111101 10101110 11001111 101000 10000 0 10011 11001100 101110 1000001

Color Harmonies of #7DAECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DAECF

Black with #7DAECF

Text Example


Text Example

White with #7DAECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7DAECF;
 }
 .AnyTagClassName
 {
   color: #7DAECF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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