#7AB3CD

Color #7AB3CD Seagull (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seagull #7AB3CD

Tints of Seagull #7AB3CD

Color information

#7AB3CD (or 0x7AB3CD) is unknown color: approx Seagull. HEX triplet: 7A, B3 and CD. RGB value is (122,179,205). Sum of RGB (Red+Green+Blue) = 122+179+205=506 (67% of max value = 765). Red value is 122 (48.05% from 255 or 24.11% from 506); Green value is 179 (70.31% from 255 or 35.38% from 506); Blue value is 205 (80.47% from 255 or 40.51% from 506); Max value from RGB is 205 - color contains mainly: blue. Hex color #7AB3CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AB3CD is #854C32. Grayscale: #A4A4A4. Windows color (decimal): -8735795 or 13480826. OLE color: 13480826.

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

Color convert

RGB122179205-
CMYK0.400.1300.20
HSL198.8º45.36%64.12%-
HSV(B)198.8º40.49%80.39%-
XYZ35.1740.7963.78-
YUV164.92150.6297.39-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.11%
GREEN value IS 179 (70.31% from 255) = 35.38%
BLUE value IS 205 (80.47% from 255) = 40.51%
R=24.11%
G=35.38%
B=40.51%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1221792050.400.1300.20198.845.3664.12
Hex7AB3CD28D014c72d40
Octal172263315501502430755100
Binary111101010110011110011011010001101010100110001111011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AB3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7AB3CD;
 }
 .AnyTagClassName
 {
   color: #7AB3CD;
 }
</style>
background-color css

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

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

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

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

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

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