Html Css Color HEX #7DADCC Seagull

📋 copy color: '#7DADCC'

red 125 ◦ green 173 ◦ blue 204

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

Shades of Seagull #7DADCC

Tints of Seagull #7DADCC

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.46%

 BLUE value IS 204 (80.08% from 255) = 40.64%

R = 24.9%
G = 34.46%
B = 40.64%

CMYK

 C value IS 0.39

 M value IS 0.15

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7DADCC (or 0x7DADCC) is known color: Seagull. HEX triplet: 7D, AD and CC. RGB value is (125,173,204). Sum of RGB (Red+Green+Blue) = 125+173+204=502 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.90% from 502); Green value is 173 (67.97% from 255 or 34.46% from 502); Blue value is 204 (80.08% from 255 or 40.64% from 502); Max value from RGB is 204 - color contains mainly: blue. Hex color #7DADCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DADCC is #825233. Grayscale: #A2A2A2. Windows color (decimal): -8540724 or 13413757. OLE color: 13413757.

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

Color convert

RGB 125 173 204 -
CMYK 0.39 0.15 0 0.2
HSL 203.54º 0.44% 0.65% -
HSV(B) 203.54º 0.39% 0.8% -
XYZ 34.3 38.61 62.77 -
YUV 162.18 151.6 101.48 -
System Red Green Blue C M Y K H S L
Decimal 125 173 204 0.39 0.15 0 0.2 203.54 0.44 0.65
Hex 7D AD CC 27 F 0 14 CC 2C 41
Octal 175 255 314 47 17 0 24 314 54 101
Binary 1111101 10101101 11001100 100111 1111 0 10100 11001100 101100 1000001

Color Harmonies of #7DADCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DADCC

Black with #7DADCC

Text Example


Text Example

White with #7DADCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,173,204); }

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

background-color css

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

 a { background-color: rgb(125,173,204); }

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

border-color css

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

 span { border-color: rgb(125,173,204); }

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