Html Css Color HEX #7AAECE Seagull

📋 copy color: '#7AAECE'

red 122 ◦ green 174 ◦ blue 206

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

Shades of Seagull #7AAECE

Tints of Seagull #7AAECE

RGB

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

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

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

R = 24.3%
G = 34.66%
B = 41.04%

CMYK

 C value IS 0.41

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7AAECE (or 0x7AAECE) is known color: Seagull. HEX triplet: 7A, AE and CE. RGB value is (122,174,206). Sum of RGB (Red+Green+Blue) = 122+174+206=502 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.30% from 502); Green value is 174 (68.36% from 255 or 34.66% from 502); Blue value is 206 (80.86% from 255 or 41.04% from 502); Max value from RGB is 206 - color contains mainly: blue. Hex color #7AAECE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AAECE is #855131. Grayscale: #A1A1A1. Windows color (decimal): -8737074 or 13545082. OLE color: 13545082.

HSL color Cylindrical-coordinate representation of color #7AAECE: hue angle of 202.86º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7AAECE is Cyan = 0.41, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 122 174 206 -
CMYK 0.41 0.16 0 0.19
HSL 202.86º 0.46% 0.64% -
HSV(B) 202.86º 0.41% 0.81% -
XYZ 34.3 38.87 64.09 -
YUV 162.1 152.77 99.4 -
System Red Green Blue C M Y K H S L
Decimal 122 174 206 0.41 0.16 0 0.19 202.86 0.46 0.64
Hex 7A AE CE 29 10 0 13 CB 2E 40
Octal 172 256 316 51 20 0 23 313 56 100
Binary 1111010 10101110 11001110 101001 10000 0 10011 11001011 101110 1000000

Color Harmonies of #7AAECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AAECE

Black with #7AAECE

Text Example


Text Example

White with #7AAECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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