Html Css Color HEX #7DADCE Seagull

📋 copy color: '#7DADCE'

red 125 ◦ green 173 ◦ blue 206

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

Shades of Seagull #7DADCE

Tints of Seagull #7DADCE

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.33%

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

R = 24.8%
G = 34.33%
B = 40.87%

CMYK

 C value IS 0.39

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7DADCE (or 0x7DADCE) is known color: Seagull. HEX triplet: 7D, AD and CE. RGB value is (125,173,206). Sum of RGB (Red+Green+Blue) = 125+173+206=504 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.80% from 504); Green value is 173 (67.97% from 255 or 34.33% from 504); Blue value is 206 (80.86% from 255 or 40.87% from 504); Max value from RGB is 206 - color contains mainly: blue. Hex color #7DADCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DADCE is #825231. Grayscale: #A2A2A2. Windows color (decimal): -8540722 or 13544829. OLE color: 13544829.

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

Color convert

RGB 125 173 206 -
CMYK 0.39 0.16 0 0.19
HSL 204.44º 0.45% 0.65% -
HSV(B) 204.44º 0.39% 0.81% -
XYZ 34.54 38.7 64.04 -
YUV 162.41 152.6 101.32 -
System Red Green Blue C M Y K H S L
Decimal 125 173 206 0.39 0.16 0 0.19 204.44 0.45 0.65
Hex 7D AD CE 27 10 0 13 CC 2D 41
Octal 175 255 316 47 20 0 23 314 55 101
Binary 1111101 10101101 11001110 100111 10000 0 10011 11001100 101101 1000001

Color Harmonies of #7DADCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DADCE

Black with #7DADCE

Text Example


Text Example

White with #7DADCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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