Html Css Color HEX #7AAED3 Seagull

📋 copy color: '#7AAED3'

red 122 ◦ green 174 ◦ blue 211

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

Shades of Seagull #7AAED3

Tints of Seagull #7AAED3

RGB

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

 GREEN value IS 174 (68.36% from 255) = 34.32%

 BLUE value IS 211 (82.81% from 255) = 41.62%

R = 24.06%
G = 34.32%
B = 41.62%

CMYK

 C value IS 0.42

 M value IS 0.18

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#7AAED3 (or 0x7AAED3) is known color: Seagull. HEX triplet: 7A, AE and D3. RGB value is (122,174,211). Sum of RGB (Red+Green+Blue) = 122+174+211=507 (67% of max value = 765). Red value is 122 (48.05% from 255 or 24.06% from 507); Green value is 174 (68.36% from 255 or 34.32% from 507); Blue value is 211 (82.81% from 255 or 41.62% from 507); Max value from RGB is 211 - color contains mainly: blue. Hex color #7AAED3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AAED3 is #85512C. Grayscale: #A2A2A2. Windows color (decimal): -8737069 or 13872762. OLE color: 13872762.

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

Color convert

RGB 122 174 211 -
CMYK 0.42 0.18 0 0.17
HSL 204.94º 0.5% 0.65% -
HSV(B) 204.94º 0.42% 0.83% -
XYZ 34.92 39.11 67.34 -
YUV 162.67 155.27 98.99 -
System Red Green Blue C M Y K H S L
Decimal 122 174 211 0.42 0.18 0 0.17 204.94 0.5 0.65
Hex 7A AE D3 2A 12 0 11 CD 32 41
Octal 172 256 323 52 22 0 21 315 62 101
Binary 1111010 10101110 11010011 101010 10010 0 10001 11001101 110010 1000001

Color Harmonies of #7AAED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AAED3

Black with #7AAED3

Text Example


Text Example

White with #7AAED3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,174,211); }

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

background-color css

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

 a { background-color: rgb(122,174,211); }

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

border-color css

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

 span { border-color: rgb(122,174,211); }

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