Html Css Color HEX #7AACCE Seagull

📋 copy color: '#7AACCE'

red 122 ◦ green 172 ◦ blue 206

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

Shades of Seagull #7AACCE

Tints of Seagull #7AACCE

RGB

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

 GREEN value IS 172 (67.58% from 255) = 34.4%

 BLUE value IS 206 (80.86% from 255) = 41.2%

R = 24.4%
G = 34.4%
B = 41.2%

CMYK

 C value IS 0.41

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7AACCE (or 0x7AACCE) is known color: Seagull. HEX triplet: 7A, AC and CE. RGB value is (122,172,206). Sum of RGB (Red+Green+Blue) = 122+172+206=500 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.4% from 500); Green value is 172 (67.58% from 255 or 34.4% from 500); Blue value is 206 (80.86% from 255 or 41.2% from 500); Max value from RGB is 206 - color contains mainly: blue. Hex color #7AACCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AACCE is #855331. Grayscale: #A0A0A0. Windows color (decimal): -8737586 or 13544570. OLE color: 13544570.

HSL color Cylindrical-coordinate representation of color #7AACCE: hue angle of 204.29º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7AACCE is Cyan = 0.41, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 122 172 206 -
CMYK 0.41 0.17 0 0.19
HSL 204.29º 0.46% 0.64% -
HSV(B) 204.29º 0.41% 0.81% -
XYZ 33.92 38.1 63.96 -
YUV 160.93 153.44 100.24 -
System Red Green Blue C M Y K H S L
Decimal 122 172 206 0.41 0.17 0 0.19 204.29 0.46 0.64
Hex 7A AC CE 29 11 0 13 CC 2E 40
Octal 172 254 316 51 21 0 23 314 56 100
Binary 1111010 10101100 11001110 101001 10001 0 10011 11001100 101110 1000000

Color Harmonies of #7AACCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AACCE

Black with #7AACCE

Text Example


Text Example

White with #7AACCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,172,206); }

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

background-color css

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

 a { background-color: rgb(122,172,206); }

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

border-color css

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

 span { border-color: rgb(122,172,206); }

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