Html Css Color HEX #7DAECB Seagull

📋 copy color: '#7DAECB'

red 125 ◦ green 174 ◦ blue 203

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

Shades of Seagull #7DAECB

Tints of Seagull #7DAECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 40.44%

R = 24.9%
G = 34.66%
B = 40.44%

CMYK

 C value IS 0.38

 M value IS 0.14

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7DAECB (or 0x7DAECB) is known color: Seagull. HEX triplet: 7D, AE and CB. RGB value is (125,174,203). Sum of RGB (Red+Green+Blue) = 125+174+203=502 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.90% from 502); Green value is 174 (68.36% from 255 or 34.66% from 502); Blue value is 203 (79.69% from 255 or 40.44% from 502); Max value from RGB is 203 - color contains mainly: blue. Hex color #7DAECB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DAECB is #825134. Grayscale: #A2A2A2. Windows color (decimal): -8540469 or 13348477. OLE color: 13348477.

HSL color Cylindrical-coordinate representation of color #7DAECB: hue angle of 202.31º 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 #7DAECB is Cyan = 0.38, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 125 174 203 -
CMYK 0.38 0.14 0 0.20
HSL 202.31º 0.43% 0.64% -
HSV(B) 202.31º 0.38% 0.8% -
XYZ 34.37 38.94 62.21 -
YUV 162.66 150.77 101.14 -
System Red Green Blue C M Y K H S L
Decimal 125 174 203 0.38 0.14 0 0.20 202.31 0.43 0.64
Hex 7D AE CB 26 E 0 14 CA 2B 40
Octal 175 256 313 46 16 0 24 312 53 100
Binary 1111101 10101110 11001011 100110 1110 0 10100 11001010 101011 1000000

Color Harmonies of #7DAECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DAECB

Black with #7DAECB

Text Example


Text Example

White with #7DAECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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