Html Css Color HEX #7AADCD Seagull

📋 copy color: '#7AADCD'

red 122 ◦ green 173 ◦ blue 205

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

Shades of Seagull #7AADCD

Tints of Seagull #7AADCD

RGB

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

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

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

R = 24.4%
G = 34.6%
B = 41%

CMYK

 C value IS 0.40

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7AADCD (or 0x7AADCD) is known color: Seagull. HEX triplet: 7A, AD and CD. RGB value is (122,173,205). Sum of RGB (Red+Green+Blue) = 122+173+205=500 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.4% from 500); Green value is 173 (67.97% from 255 or 34.6% from 500); Blue value is 205 (80.47% from 255 or 41% from 500); Max value from RGB is 205 - color contains mainly: blue. Hex color #7AADCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AADCD is #855232. Grayscale: #A1A1A1. Windows color (decimal): -8737331 or 13479290. OLE color: 13479290.

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

Color convert

RGB 122 173 205 -
CMYK 0.40 0.16 0 0.20
HSL 203.13º 0.45% 0.64% -
HSV(B) 203.13º 0.4% 0.8% -
XYZ 33.99 38.43 63.38 -
YUV 161.4 152.6 99.9 -
System Red Green Blue C M Y K H S L
Decimal 122 173 205 0.40 0.16 0 0.20 203.13 0.45 0.64
Hex 7A AD CD 28 10 0 14 CB 2D 40
Octal 172 255 315 50 20 0 24 313 55 100
Binary 1111010 10101101 11001101 101000 10000 0 10100 11001011 101101 1000000

Color Harmonies of #7AADCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AADCD

Black with #7AADCD

Text Example


Text Example

White with #7AADCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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