Html Css Color HEX #7DADC8 Seagull

📋 copy color: '#7DADC8'

red 125 ◦ green 173 ◦ blue 200

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

Shades of Seagull #7DADC8

Tints of Seagull #7DADC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 40.16%

R = 25.1%
G = 34.74%
B = 40.16%

CMYK

 C value IS 0.38

 M value IS 0.14

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#7DADC8 (or 0x7DADC8) is known color: Seagull. HEX triplet: 7D, AD and C8. RGB value is (125,173,200). Sum of RGB (Red+Green+Blue) = 125+173+200=498 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.10% from 498); Green value is 173 (67.97% from 255 or 34.74% from 498); Blue value is 200 (78.52% from 255 or 40.16% from 498); Max value from RGB is 200 - color contains mainly: blue. Hex color #7DADC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DADC8 is #825237. Grayscale: #A1A1A1. Windows color (decimal): -8540728 or 13151613. OLE color: 13151613.

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

Color convert

RGB 125 173 200 -
CMYK 0.38 0.14 0 0.22
HSL 201.6º 0.41% 0.64% -
HSV(B) 201.6º 0.38% 0.78% -
XYZ 33.83 38.42 60.28 -
YUV 161.73 149.6 101.8 -
System Red Green Blue C M Y K H S L
Decimal 125 173 200 0.38 0.14 0 0.22 201.6 0.41 0.64
Hex 7D AD C8 26 E 0 16 CA 29 40
Octal 175 255 310 46 16 0 26 312 51 100
Binary 1111101 10101101 11001000 100110 1110 0 10110 11001010 101001 1000000

Color Harmonies of #7DADC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DADC8

Black with #7DADC8

Text Example


Text Example

White with #7DADC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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