Html Css Color HEX #7DACCD Seagull

📋 copy color: '#7DACCD'

red 125 ◦ green 172 ◦ blue 205

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

Shades of Seagull #7DACCD

Tints of Seagull #7DACCD

RGB

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

 GREEN value IS 172 (67.58% from 255) = 34.26%

 BLUE value IS 205 (80.47% from 255) = 40.84%

R = 24.9%
G = 34.26%
B = 40.84%

CMYK

 C value IS 0.39

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7DACCD (or 0x7DACCD) is known color: Seagull. HEX triplet: 7D, AC and CD. RGB value is (125,172,205). Sum of RGB (Red+Green+Blue) = 125+172+205=502 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.90% from 502); Green value is 172 (67.58% from 255 or 34.26% from 502); Blue value is 205 (80.47% from 255 or 40.84% from 502); Max value from RGB is 205 - color contains mainly: blue. Hex color #7DACCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DACCD is #825332. Grayscale: #A1A1A1. Windows color (decimal): -8540979 or 13479037. OLE color: 13479037.

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

Color convert

RGB 125 172 205 -
CMYK 0.39 0.16 0 0.20
HSL 204.75º 0.44% 0.65% -
HSV(B) 204.75º 0.39% 0.8% -
XYZ 34.23 38.27 63.34 -
YUV 161.71 152.43 101.82 -
System Red Green Blue C M Y K H S L
Decimal 125 172 205 0.39 0.16 0 0.20 204.75 0.44 0.65
Hex 7D AC CD 27 10 0 14 CD 2C 41
Octal 175 254 315 47 20 0 24 315 54 101
Binary 1111101 10101100 11001101 100111 10000 0 10100 11001101 101100 1000001

Color Harmonies of #7DACCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DACCD

Black with #7DACCD

Text Example


Text Example

White with #7DACCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,172,205); }

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

background-color css

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

 a { background-color: rgb(125,172,205); }

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

border-color css

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

 span { border-color: rgb(125,172,205); }

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