Html Css Color HEX #7AADD1 Seagull

📋 copy color: '#7AADD1'

red 122 ◦ green 173 ◦ blue 209

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

Shades of Seagull #7AADD1

Tints of Seagull #7AADD1

RGB

 RED value IS 122 (48.05% from 255) = 24.21%

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

 BLUE value IS 209 (82.03% from 255) = 41.47%

R = 24.21%
G = 34.33%
B = 41.47%

CMYK

 C value IS 0.42

 M value IS 0.17

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#7AADD1 (or 0x7AADD1) is known color: Seagull. HEX triplet: 7A, AD and D1. RGB value is (122,173,209). Sum of RGB (Red+Green+Blue) = 122+173+209=504 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.21% from 504); Green value is 173 (67.97% from 255 or 34.33% from 504); Blue value is 209 (82.03% from 255 or 41.47% from 504); Max value from RGB is 209 - color contains mainly: blue. Hex color #7AADD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AADD1 is #85522E. Grayscale: #A1A1A1. Windows color (decimal): -8737327 or 13741434. OLE color: 13741434.

HSL color Cylindrical-coordinate representation of color #7AADD1: hue angle of 204.83º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7AADD1 is Cyan = 0.42, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 122 173 209 -
CMYK 0.42 0.17 0 0.18
HSL 204.83º 0.49% 0.65% -
HSV(B) 204.83º 0.42% 0.82% -
XYZ 34.48 38.63 65.96 -
YUV 161.86 154.6 99.57 -
System Red Green Blue C M Y K H S L
Decimal 122 173 209 0.42 0.17 0 0.18 204.83 0.49 0.65
Hex 7A AD D1 2A 11 0 12 CD 31 41
Octal 172 255 321 52 21 0 22 315 61 101
Binary 1111010 10101101 11010001 101010 10001 0 10010 11001101 110001 1000001

Color Harmonies of #7AADD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AADD1

Black with #7AADD1

Text Example


Text Example

White with #7AADD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,173,209); }

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

background-color css

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

 a { background-color: rgb(122,173,209); }

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

border-color css

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

 span { border-color: rgb(122,173,209); }

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