Html Css Color HEX #7AABCD Seagull

📋 copy color: '#7AABCD'

red 122 ◦ green 171 ◦ blue 205

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

Shades of Seagull #7AABCD

Tints of Seagull #7AABCD

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34.34%

 BLUE value IS 205 (80.47% from 255) = 41.16%

R = 24.5%
G = 34.34%
B = 41.16%

CMYK

 C value IS 0.40

 M value IS 0.17

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7AABCD (or 0x7AABCD) is known color: Seagull. HEX triplet: 7A, AB and CD. RGB value is (122,171,205). Sum of RGB (Red+Green+Blue) = 122+171+205=498 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.50% from 498); Green value is 171 (67.19% from 255 or 34.34% from 498); Blue value is 205 (80.47% from 255 or 41.16% from 498); Max value from RGB is 205 - color contains mainly: blue. Hex color #7AABCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AABCD is #855432. Grayscale: #A0A0A0. Windows color (decimal): -8737843 or 13478778. OLE color: 13478778.

HSL color Cylindrical-coordinate representation of color #7AABCD: hue angle of 204.58º degrees, saturation: 0.45, 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 #7AABCD is Cyan = 0.40, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 122 171 205 -
CMYK 0.40 0.17 0 0.20
HSL 204.58º 0.45% 0.64% -
HSV(B) 204.58º 0.4% 0.8% -
XYZ 33.61 37.67 63.26 -
YUV 160.23 153.27 100.74 -
System Red Green Blue C M Y K H S L
Decimal 122 171 205 0.40 0.17 0 0.20 204.58 0.45 0.64
Hex 7A AB CD 28 11 0 14 CD 2D 40
Octal 172 253 315 50 21 0 24 315 55 100
Binary 1111010 10101011 11001101 101000 10001 0 10100 11001101 101101 1000000

Color Harmonies of #7AABCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AABCD

Black with #7AABCD

Text Example


Text Example

White with #7AABCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,171,205); }

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

background-color css

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

 a { background-color: rgb(122,171,205); }

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

border-color css

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

 span { border-color: rgb(122,171,205); }

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