Html Css Color HEX #7DACCF Seagull

📋 copy color: '#7DACCF'

red 125 ◦ green 172 ◦ blue 207

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

Shades of Seagull #7DACCF

Tints of Seagull #7DACCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.07%

R = 24.8%
G = 34.13%
B = 41.07%

CMYK

 C value IS 0.40

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7DACCF (or 0x7DACCF) is known color: Seagull. HEX triplet: 7D, AC and CF. RGB value is (125,172,207). Sum of RGB (Red+Green+Blue) = 125+172+207=504 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.80% from 504); Green value is 172 (67.58% from 255 or 34.13% from 504); Blue value is 207 (81.25% from 255 or 41.07% from 504); Max value from RGB is 207 - color contains mainly: blue. Hex color #7DACCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DACCF is #825330. Grayscale: #A1A1A1. Windows color (decimal): -8540977 or 13610109. OLE color: 13610109.

HSL color Cylindrical-coordinate representation of color #7DACCF: hue angle of 205.61º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7DACCF is Cyan = 0.40, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 125 172 207 -
CMYK 0.40 0.17 0 0.19
HSL 205.61º 0.46% 0.65% -
HSV(B) 205.61º 0.4% 0.81% -
XYZ 34.47 38.37 64.62 -
YUV 161.94 153.43 101.65 -
System Red Green Blue C M Y K H S L
Decimal 125 172 207 0.40 0.17 0 0.19 205.61 0.46 0.65
Hex 7D AC CF 28 11 0 13 CE 2E 41
Octal 175 254 317 50 21 0 23 316 56 101
Binary 1111101 10101100 11001111 101000 10001 0 10011 11001110 101110 1000001

Color Harmonies of #7DACCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DACCF

Black with #7DACCF

Text Example


Text Example

White with #7DACCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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