Html Css Color HEX #7DACCC Seagull

📋 copy color: '#7DACCC'

red 125 ◦ green 172 ◦ blue 204

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

Shades of Seagull #7DACCC

Tints of Seagull #7DACCC

RGB

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

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

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

R = 24.95%
G = 34.33%
B = 40.72%

CMYK

 C value IS 0.39

 M value IS 0.16

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7DACCC (or 0x7DACCC) is known color: Seagull. HEX triplet: 7D, AC and CC. RGB value is (125,172,204). Sum of RGB (Red+Green+Blue) = 125+172+204=501 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.95% from 501); Green value is 172 (67.58% from 255 or 34.33% from 501); Blue value is 204 (80.08% from 255 or 40.72% from 501); Max value from RGB is 204 - color contains mainly: blue. Hex color #7DACCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DACCC is #825333. Grayscale: #A1A1A1. Windows color (decimal): -8540980 or 13413501. OLE color: 13413501.

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

Color convert

RGB 125 172 204 -
CMYK 0.39 0.16 0 0.2
HSL 204.3º 0.44% 0.65% -
HSV(B) 204.3º 0.39% 0.8% -
XYZ 34.11 38.22 62.71 -
YUV 161.6 151.93 101.9 -
System Red Green Blue C M Y K H S L
Decimal 125 172 204 0.39 0.16 0 0.2 204.3 0.44 0.65
Hex 7D AC CC 27 10 0 14 CC 2C 41
Octal 175 254 314 47 20 0 24 314 54 101
Binary 1111101 10101100 11001100 100111 10000 0 10100 11001100 101100 1000001

Color Harmonies of #7DACCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DACCC

Black with #7DACCC

Text Example


Text Example

White with #7DACCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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