Html Css Color HEX #7DACCE Seagull

📋 copy color: '#7DACCE'

red 125 ◦ green 172 ◦ blue 206

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

Shades of Seagull #7DACCE

Tints of Seagull #7DACCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.95%

R = 24.85%
G = 34.19%
B = 40.95%

CMYK

 C value IS 0.39

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7DACCE (or 0x7DACCE) is known color: Seagull. HEX triplet: 7D, AC and CE. RGB value is (125,172,206). Sum of RGB (Red+Green+Blue) = 125+172+206=503 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.85% from 503); Green value is 172 (67.58% from 255 or 34.19% from 503); Blue value is 206 (80.86% from 255 or 40.95% from 503); Max value from RGB is 206 - color contains mainly: blue. Hex color #7DACCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DACCE is #825331. Grayscale: #A1A1A1. Windows color (decimal): -8540978 or 13544573. OLE color: 13544573.

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

Color convert

RGB 125 172 206 -
CMYK 0.39 0.17 0 0.19
HSL 205.19º 0.45% 0.65% -
HSV(B) 205.19º 0.39% 0.81% -
XYZ 34.35 38.32 63.98 -
YUV 161.82 152.93 101.74 -
System Red Green Blue C M Y K H S L
Decimal 125 172 206 0.39 0.17 0 0.19 205.19 0.45 0.65
Hex 7D AC CE 27 11 0 13 CD 2D 41
Octal 175 254 316 47 21 0 23 315 55 101
Binary 1111101 10101100 11001110 100111 10001 0 10011 11001101 101101 1000001

Color Harmonies of #7DACCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DACCE

Black with #7DACCE

Text Example


Text Example

White with #7DACCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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