Html Css Color HEX #7AAECB Seagull

📋 copy color: '#7AAECB'

red 122 ◦ green 174 ◦ blue 203

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

Shades of Seagull #7AAECB

Tints of Seagull #7AAECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 40.68%

R = 24.45%
G = 34.87%
B = 40.68%

CMYK

 C value IS 0.40

 M value IS 0.14

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7AAECB (or 0x7AAECB) is known color: Seagull. HEX triplet: 7A, AE and CB. RGB value is (122,174,203). Sum of RGB (Red+Green+Blue) = 122+174+203=499 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.45% from 499); Green value is 174 (68.36% from 255 or 34.87% from 499); Blue value is 203 (79.69% from 255 or 40.68% from 499); Max value from RGB is 203 - color contains mainly: blue. Hex color #7AAECB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AAECB is #855134. Grayscale: #A1A1A1. Windows color (decimal): -8737077 or 13348474. OLE color: 13348474.

HSL color Cylindrical-coordinate representation of color #7AAECB: hue angle of 201.48º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7AAECB is Cyan = 0.40, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 122 174 203 -
CMYK 0.40 0.14 0 0.20
HSL 201.48º 0.44% 0.64% -
HSV(B) 201.48º 0.4% 0.8% -
XYZ 33.94 38.72 62.19 -
YUV 161.76 151.27 99.64 -
System Red Green Blue C M Y K H S L
Decimal 122 174 203 0.40 0.14 0 0.20 201.48 0.44 0.64
Hex 7A AE CB 28 E 0 14 C9 2C 40
Octal 172 256 313 50 16 0 24 311 54 100
Binary 1111010 10101110 11001011 101000 1110 0 10100 11001001 101100 1000000

Color Harmonies of #7AAECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AAECB

Black with #7AAECB

Text Example


Text Example

White with #7AAECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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