Html Css Color HEX #7AADCB Seagull

📋 copy color: '#7AADCB'

red 122 ◦ green 173 ◦ blue 203

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

Shades of Seagull #7AADCB

Tints of Seagull #7AADCB

RGB

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

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

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

R = 24.5%
G = 34.74%
B = 40.76%

CMYK

 C value IS 0.40

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7AADCB (or 0x7AADCB) is known color: Seagull. HEX triplet: 7A, AD and CB. RGB value is (122,173,203). Sum of RGB (Red+Green+Blue) = 122+173+203=498 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.50% from 498); Green value is 173 (67.97% from 255 or 34.74% from 498); Blue value is 203 (79.69% from 255 or 40.76% from 498); Max value from RGB is 203 - color contains mainly: blue. Hex color #7AADCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AADCB is #855234. Grayscale: #A1A1A1. Windows color (decimal): -8737333 or 13348218. OLE color: 13348218.

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

Color convert

RGB 122 173 203 -
CMYK 0.40 0.15 0 0.20
HSL 202.22º 0.44% 0.64% -
HSV(B) 202.22º 0.4% 0.8% -
XYZ 33.75 38.34 62.12 -
YUV 161.17 151.6 100.06 -
System Red Green Blue C M Y K H S L
Decimal 122 173 203 0.40 0.15 0 0.20 202.22 0.44 0.64
Hex 7A AD CB 28 F 0 14 CA 2C 40
Octal 172 255 313 50 17 0 24 312 54 100
Binary 1111010 10101101 11001011 101000 1111 0 10100 11001010 101100 1000000

Color Harmonies of #7AADCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AADCB

Black with #7AADCB

Text Example


Text Example

White with #7AADCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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