Html Css Color HEX #7AAFCD Seagull

📋 copy color: '#7AAFCD'

red 122 ◦ green 175 ◦ blue 205

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

Shades of Seagull #7AAFCD

Tints of Seagull #7AAFCD

RGB

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

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

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

R = 24.3%
G = 34.86%
B = 40.84%

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

#7AAFCD (or 0x7AAFCD) is known color: Seagull. HEX triplet: 7A, AF and CD. RGB value is (122,175,205). Sum of RGB (Red+Green+Blue) = 122+175+205=502 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.30% from 502); Green value is 175 (68.75% from 255 or 34.86% from 502); Blue value is 205 (80.47% from 255 or 40.84% from 502); Max value from RGB is 205 - color contains mainly: blue. Hex color #7AAFCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AAFCD is #855032. Grayscale: #A2A2A2. Windows color (decimal): -8736819 or 13479802. OLE color: 13479802.

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

Color convert

RGB 122 175 205 -
CMYK 0.40 0.15 0 0.20
HSL 201.69º 0.45% 0.64% -
HSV(B) 201.69º 0.4% 0.8% -
XYZ 34.38 39.21 63.51 -
YUV 162.57 151.94 99.06 -
System Red Green Blue C M Y K H S L
Decimal 122 175 205 0.40 0.15 0 0.20 201.69 0.45 0.64
Hex 7A AF CD 28 F 0 14 CA 2D 40
Octal 172 257 315 50 17 0 24 312 55 100
Binary 1111010 10101111 11001101 101000 1111 0 10100 11001010 101101 1000000

Color Harmonies of #7AAFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AAFCD

Black with #7AAFCD

Text Example


Text Example

White with #7AAFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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