Html Css Color HEX #7AAFD3 Seagull

📋 copy color: '#7AAFD3'

red 122 ◦ green 175 ◦ blue 211

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

Shades of Seagull #7AAFD3

Tints of Seagull #7AAFD3

RGB

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

 GREEN value IS 175 (68.75% from 255) = 34.45%

 BLUE value IS 211 (82.81% from 255) = 41.54%

R = 24.02%
G = 34.45%
B = 41.54%

CMYK

 C value IS 0.42

 M value IS 0.17

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#7AAFD3 (or 0x7AAFD3) is known color: Seagull. HEX triplet: 7A, AF and D3. RGB value is (122,175,211). Sum of RGB (Red+Green+Blue) = 122+175+211=508 (67% of max value = 765). Red value is 122 (48.05% from 255 or 24.02% from 508); Green value is 175 (68.75% from 255 or 34.45% from 508); Blue value is 211 (82.81% from 255 or 41.54% from 508); Max value from RGB is 211 - color contains mainly: blue. Hex color #7AAFD3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AAFD3 is #85502C. Grayscale: #A3A3A3. Windows color (decimal): -8736813 or 13873018. OLE color: 13873018.

HSL color Cylindrical-coordinate representation of color #7AAFD3: hue angle of 204.27º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7AAFD3 is Cyan = 0.42, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 122 175 211 -
CMYK 0.42 0.17 0 0.17
HSL 204.27º 0.5% 0.65% -
HSV(B) 204.27º 0.42% 0.83% -
XYZ 35.11 39.5 67.4 -
YUV 163.26 154.94 98.57 -
System Red Green Blue C M Y K H S L
Decimal 122 175 211 0.42 0.17 0 0.17 204.27 0.5 0.65
Hex 7A AF D3 2A 11 0 11 CC 32 41
Octal 172 257 323 52 21 0 21 314 62 101
Binary 1111010 10101111 11010011 101010 10001 0 10001 11001100 110010 1000001

Color Harmonies of #7AAFD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AAFD3

Black with #7AAFD3

Text Example


Text Example

White with #7AAFD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,175,211); }

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

background-color css

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

 a { background-color: rgb(122,175,211); }

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

border-color css

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

 span { border-color: rgb(122,175,211); }

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