Html Css Color HEX #7AABCE Seagull

📋 copy color: '#7AABCE'

red 122 ◦ green 171 ◦ blue 206

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

Shades of Seagull #7AABCE

Tints of Seagull #7AABCE

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34.27%

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

R = 24.45%
G = 34.27%
B = 41.28%

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

#7AABCE (or 0x7AABCE) is known color: Seagull. HEX triplet: 7A, AB and CE. RGB value is (122,171,206). Sum of RGB (Red+Green+Blue) = 122+171+206=499 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.45% from 499); Green value is 171 (67.19% from 255 or 34.27% from 499); Blue value is 206 (80.86% from 255 or 41.28% from 499); Max value from RGB is 206 - color contains mainly: blue. Hex color #7AABCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AABCE is #855431. Grayscale: #A0A0A0. Windows color (decimal): -8737842 or 13544314. OLE color: 13544314.

HSL color Cylindrical-coordinate representation of color #7AABCE: hue angle of 205º 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 #7AABCE is Cyan = 0.41, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 122 171 206 -
CMYK 0.41 0.17 0 0.19
HSL 205º 0.46% 0.64% -
HSV(B) 205º 0.41% 0.81% -
XYZ 33.73 37.72 63.9 -
YUV 160.34 153.77 100.65 -
System Red Green Blue C M Y K H S L
Decimal 122 171 206 0.41 0.17 0 0.19 205 0.46 0.64
Hex 7A AB CE 29 11 0 13 CD 2E 40
Octal 172 253 316 51 21 0 23 315 56 100
Binary 1111010 10101011 11001110 101001 10001 0 10011 11001101 101110 1000000

Color Harmonies of #7AABCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AABCE

Black with #7AABCE

Text Example


Text Example

White with #7AABCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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